Workout Heart Rate Zones Calculator
Determine your optimal training intensity zones using the Karvonen formula, which accounts for your resting heart rate for greater accuracy.
.br-calc-container { border: 1px solid #e0e0e0; padding: 20px; background-color: #f9f9f9; border-radius: 8px; max-width: 600px; margin: 20px auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } .br-calc-row { margin-bottom: 15px; } .br-calc-label { display: block; margin-bottom: 5px; font-weight: 600; color: #333; } .br-calc-input { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; /* Important for padding */ } .br-calc-btn { width: 100%; padding: 12px; background-color: #d9534f; color: white; border: none; border-radius: 4px; font-size: 16px; font-weight: bold; cursor: pointer; transition: background-color 0.3s; } .br-calc-btn:hover { background-color: #c9302c; } #hrzResult { margin-top: 20px; display: none; } .hrz-summary { background: #fff; padding: 15px; border-radius: 5px; border: 1px solid #eee; margin-bottom: 15px; } .hrz-table { width: 100%; border-collapse: collapse; background: #fff; } .hrz-table th, .hrz-table td { padding: 10px; border: 1px solid #eee; text-align: left; } .hrz-table th { background-color: #f5f5f5; } .zone-z1 { border-left: 5px solid #9e9e9e; } .zone-z2 { border-left: 5px solid #5bc0de; } .zone-z3 { border-left: 5px solid #5cb85c; } .zone-z4 { border-left: 5px solid #f0ad4e; } .zone-z5 { border-left: 5px solid #d9534f; } .br-error { color: #d9534f; display: none; margin-bottom: 10px; }| Zone | Intensity | Target Range (bpm) |
|---|---|---|
| Zone 1Very Light | 50% – 60% | ' + z1_low + ' – ' + z1_high + ' bpm |
| Zone 2Light | 60% – 70% | ' + z2_low + ' – ' + z2_high + ' bpm |
| Zone 3Moderate | 70% – 80% | ' + z3_low + ' – ' + z3_high + ' bpm |
| Zone 4Hard | 80% – 90% | ' + z4_low + ' – ' + z4_high + ' bpm |
| Zone 5Maximum | 90% – 100% | ' + z5_low + ' – ' + z5_high + ' bpm |
Understanding Your Heart Rate Training Zones
Heart rate zone training is a systematic approach to exercise that uses your heart rate (measured in beats per minute, or bpm) as a gauge of intensity. By training in specific zones, you can target different physiological adaptations, from improving endurance and fat burning to increasing maximum performance speed.
While basic calculators use a simple percentage of your Maximum Heart Rate (MHR), this calculator utilizes the **Karvonen Formula**. This method is generally considered more accurate for individuals with varying fitness levels because it incorporates your **Resting Heart Rate (RHR)**. By factoring in your RHR, the calculation determines your "Heart Rate Reserve"—the actual usable range between your resting baseline and your maximum effort.
How the Calculations Work
- Maximum Heart Rate (MHR): Estimated using the standard formula:
220 - Age. For example, a 40-year-old has an estimated MHR of 180 bpm. - Heart Rate Reserve (HRR): The difference between your maximum and resting rates:
MHR - RHR. If that 40-year-old has a resting heart rate of 60 bpm, their HRR is 120 bpm (180 – 60). - Target Zone Calculation: The Karvonen formula is:
(HRR × Intensity Percentage) + RHR.
The 5 Training Zones Explained
- Zone 1 (Very Light, 50-60%): Used for warm-ups, cool-downs, and active recovery. It aids in blood flow and recovery without straining the body.
- Zone 2 (Light, 60-70%): Often called the "fat-burning zone." This is the primary zone for building a solid aerobic base. You should be able to hold a conversation easily here.
- Zone 3 (Moderate, 70-80%): Sometimes referred to as "tempo" or the "grey zone." It improves aerobic capacity and blood circulation but can be fatiguing if sustained too long. Breathing becomes heavier.
- Zone 4 (Hard, 80-90%): This is your lactate threshold zone. Training here helps your body get better at dealing with the lactic acid produced during high-intensity effort. Sustainability is limited.
- Zone 5 (Maximum, 90-100%): Your peak effort zone, used for very short intervals or final sprints. It taxes your anaerobic system and neuromuscular pathways.
To get the most accurate results, ensure your Resting Heart Rate input is correct. The best time to measure it is immediately upon waking up, while still lying in bed calmly, before checking your phone or drinking coffee.