How to Calculate Spray Rate of Prime Coat

.pc-calculator-container { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; max-width: 800px; margin: 20px auto; padding: 30px; background-color: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); } .pc-calculator-header { text-align: center; margin-bottom: 25px; color: #333; } .pc-calculator-header h2 { margin: 0; font-size: 24px; color: #2c3e50; } .pc-calculator-header p { color: #666; font-size: 14px; margin-top: 5px; } .pc-form-group { margin-bottom: 20px; } .pc-form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #444; } .pc-input-row { display: flex; gap: 20px; flex-wrap: wrap; } .pc-input-col { flex: 1; min-width: 200px; } .pc-form-control { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px; box-sizing: border-box; } .pc-form-control:focus { border-color: #e67e22; outline: none; box-shadow: 0 0 0 2px rgba(230, 126, 34, 0.2); } .pc-btn { background-color: #e67e22; /* Construction Orange */ color: white; border: none; padding: 15px 30px; font-size: 18px; font-weight: bold; border-radius: 4px; cursor: pointer; width: 100%; transition: background-color 0.3s; } .pc-btn:hover { background-color: #d35400; } .pc-results { margin-top: 30px; background-color: #fff; padding: 20px; border-left: 5px solid #e67e22; border-radius: 4px; display: none; } .pc-result-item { margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px; display: flex; justify-content: space-between; align-items: center; } .pc-result-item:last-child { border-bottom: none; margin-bottom: 0; } .pc-result-label { font-weight: 600; color: #555; } .pc-result-value { font-size: 20px; font-weight: 700; color: #2c3e50; } .pc-section-divider { margin: 25px 0; border-top: 2px dashed #ddd; position: relative; } .pc-section-title { background: #f9f9f9; padding: 0 10px; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); color: #777; font-size: 14px; font-weight: bold; } /* Article Styles */ .pc-content-container { max-width: 800px; margin: 40px auto; line-height: 1.6; color: #333; font-family: 'Segoe UI', Roboto, sans-serif; } .pc-content-container h2 { color: #2c3e50; border-bottom: 2px solid #e67e22; padding-bottom: 10px; margin-top: 30px; } .pc-content-container h3 { color: #d35400; margin-top: 25px; } .pc-content-container ul { background: #fff; padding: 20px 40px; border-radius: 6px; border: 1px solid #eee; } .pc-content-container li { margin-bottom: 10px; } .pc-formula-box { background-color: #ebf5fb; padding: 15px; border-radius: 5px; font-family: monospace; font-weight: bold; text-align: center; margin: 20px 0; border: 1px solid #aed6f1; }

Prime Coat Spray Rate Calculator

Calculate required liquid asphalt volume or verify application rates.

MATERIAL ESTIMATION
VERIFICATION (OPTIONAL)
Total Surface Area: 0 yd²
Required Prime Coat: 0 Gallons
ACTUAL ACHIEVED RATE: 0.00 gal/yd²
Difference from Target: 0.00%
function calculatePrimeCoat() { // Get Inputs var lenStr = document.getElementById('roadLength').value; var widStr = document.getElementById('roadWidth').value; var rateStr = document.getElementById('targetRate').value; var usedStr = document.getElementById('gallonsUsed').value; // Parse Inputs var length = parseFloat(lenStr); var width = parseFloat(widStr); var targetRate = parseFloat(rateStr); var actualGallons = parseFloat(usedStr); // Validation if (isNaN(length) || isNaN(width) || length <= 0 || width 0) { actualRate = actualGallons / areaSqYd; hasActual = true; } // Display Results document.getElementById('resArea').innerHTML = areaSqYd.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2}) + " yd²"; if (!isNaN(targetRate)) { document.getElementById('resGallonsNeeded').innerHTML = gallonsNeeded.toLocaleString(undefined, {minimumFractionDigits: 0, maximumFractionDigits: 0}) + " Gallons"; } else { document.getElementById('resGallonsNeeded').innerHTML = "–"; } // Display Verification Rows if data exists var verifyRow = document.getElementById('verifyRow'); var diffRow = document.getElementById('diffRow'); if (hasActual) { verifyRow.style.display = 'flex'; document.getElementById('resActualRate').innerHTML = actualRate.toFixed(3) + " gal/yd²"; if (!isNaN(targetRate) && targetRate > 0) { diffRow.style.display = 'flex'; var diffPercent = ((actualRate – targetRate) / targetRate) * 100; var sign = diffPercent > 0 ? "+" : ""; document.getElementById('resDiff').innerHTML = sign + diffPercent.toFixed(2) + "%"; document.getElementById('resDiff').style.color = (Math.abs(diffPercent) > 5) ? "red" : "green"; } else { diffRow.style.display = 'none'; } } else { verifyRow.style.display = 'none'; diffRow.style.display = 'none'; } document.getElementById('pcResult').style.display = 'block'; }

Understanding Prime Coat Spray Rates

In asphalt paving and civil engineering, Prime Coat is an application of low-viscosity liquid asphalt to an absorbent surface, such as a crushed stone base or stabilized soil. The primary purpose of calculating the correct spray rate is to ensure the material penetrates the base sufficiently to bond the underlying layer to the new asphalt overlay, without creating a slippery, unabsorbed film (bleeding).

The Importance of the Correct Spray Rate

Applying prime coat at the correct rate (measured in gallons per square yard or liters per square meter) is critical for structural integrity:

  • Too Light: The asphalt layer may not bond to the base, leading to slippage cracks or delamination.
  • Too Heavy: Excess asphalt can migrate upward into the new pavement, causing instability, rutting, or flushing (shiny spots on the road).

Typical Application Rates

The ideal spray rate depends heavily on the "tightness" or porosity of the granular base material.

  • Tight Surface (low porosity): 0.20 to 0.30 gal/yd²
  • Average Surface: 0.30 to 0.40 gal/yd²
  • Open/Loose Surface (high porosity): 0.40 to 0.50 gal/yd²

Always refer to local DOT specifications or the project engineer's requirements.

Formulas Used in Calculation

To determine how much material is required, or to verify the rate applied by an asphalt distributor truck, we use the following formulas:

Area (yd²) = (Length (ft) × Width (ft)) ÷ 9
Total Gallons Required = Area (yd²) × Target Rate (gal/yd²)
Actual Spray Rate = Gallons Used ÷ Area (yd²)

Example Calculation

Suppose you are priming a road base that is 1,000 feet long and 12 feet wide. The specification calls for a rate of 0.35 gal/yd².

  1. Calculate Area in Square Feet: 1,000 × 12 = 12,000 sq ft.
  2. Convert to Square Yards: 12,000 ÷ 9 = 1,333.33 yd².
  3. Calculate Volume: 1,333.33 × 0.35 = 466.6 gallons.

If the distributor truck sprays the entire section and uses 500 gallons, the actual rate was:
500 ÷ 1,333.33 = 0.375 gal/yd² (slightly heavier than target).

Leave a Comment