A resistor with the color bands red, red, black, black, brown is a 220Ω (ohm) resistor with a ±1% tolerance. This specific 5-band combination is a staple on the electronics workbench, commonly used for LED current limiting, BJT base driving, and MOSFET gate damping. Understanding exactly how to read this component, where it excels, and how it fails is the difference between a reliable prototype and a melted PCB trace.

Decoding the Bands: What a Red-Red-Black-Black-Brown Resistor Actually Is

The 5-band color code system is designed for precision components (typically 1% or better) where three significant digits are required. However, in the case of the red-red-black-black-brown resistor, the third digit is a zero, which often confuses beginners who mistake it for a 4-band resistor.

5-Band Resistor Color Code Breakdown
Band PositionColorFunctionValue
Band 1 (1st Digit)RedSignificant Digit2
Band 2 (2nd Digit)RedSignificant Digit2
Band 3 (3rd Digit)BlackSignificant Digit0
Band 4 (Multiplier)BlackMultiplier (10^0)×1
Band 5 (Tolerance)BrownTolerance±1%

The Math: 220 × 1 = 220Ω.
The Tolerance: ±1% means the actual measured resistance will fall between 217.8Ω and 222.2Ω at room temperature (20°C).

Reading Direction Tip: Always read from the band closest to the lead. The tolerance band (brown) is usually spaced slightly wider from the multiplier band (black) and is often positioned over the shoulder of the resistor's end cap. If you read it backward (brown-black-black-red-red), you'd get a nonsensical 100kΩ 2% resistor, which is not a standard E96 value.

Resistor Construction Types: Which 220Ω Part Fits Your Bench?

Not all 220Ω resistors are built the same. The color code tells you the value and tolerance, but the physical construction dictates how it handles heat, noise, and high frequencies. According to SparkFun's resistor engineering guide, selecting the right material is critical for circuit stability.

220Ω Resistor Construction Comparison
TypeConstructionTypical ToleranceTempco (ppm/°C)Best Application
Metal FilmNickel-chromium film on ceramic1% (Brown)±50Precision analog, ADC dividers, audio signal paths (e.g., Vishay MRS25)
Carbon FilmCarbon coating on ceramic former5% (Gold)±200 to -800General purpose, non-critical pull-ups, basic LED limiting
Metal Oxide FilmTin-antimony oxide film5% (Gold)±300High pulse survival, mains snubber circuits, flameproof applications
WirewoundNichrome wire wound on core1% to 5%±20High power dissipation (>2W), dummy loads, current sensing
Carbon CompositionCarbon dust and resin binder5% to 20%High / UnstableVintage audio restoration, high-voltage pulse circuits (e.g., Ohmite 270)

Which type for which job? If you are building an ESP32-based sensor node and need a 220Ω resistor for an I2C series termination or an analog reference divider, use a metal film resistor. Its low thermal noise and tight temperature coefficient (tempco) ensure your ADC readings don't drift when the enclosure heats up. If you are just dropping voltage for a status LED on a 5V breadboard, a cheap carbon film part is perfectly adequate.

Practical Bench Applications for 220Ω 1% Resistors

The 220Ω value sits in a sweet spot for low-voltage DC control circuits. Here is where you will reach for this exact component on the bench:

1. LED Current Limiting (5V Logic)

When driving a standard 5mm red or green LED from a 5V Arduino or 74HC595 shift register, the LED forward voltage (Vf) is typically around 2.0V to 2.2V.
Calculation: (5V - 2.1V) / 220Ω = 13.1mA.
This safely illuminates the LED without exceeding the 20mA absolute maximum rating of most microcontroller GPIO pins. The power dissipated is roughly 0.038W, well within the 0.25W rating of a standard 1/4W axial resistor.

2. BJT Base Current Limiting

If you are switching a 12V relay using a 2N2222 or 2N3904 NPN transistor driven by a 3.3V ESP32 GPIO, you need to saturate the transistor without overloading the ESP32 pin.
Calculation: (3.3V - 0.7V Vbe) / 220Ω = 11.8mA base current.
Assuming a conservative Beta (hFE) of 10 in saturation, this 11.8mA base drive can safely switch a collector load up to ~118mA, which is perfect for standard 12V relay coils that draw 30mA to 50mA.

3. MOSFET Gate Damping

When driving a logic-level MOSFET (like the IRLZ44N) with a fast-switching PWM signal from a microcontroller, the parasitic inductance of the PCB trace and the MOSFET's gate capacitance can form an LC tank circuit, causing high-frequency ringing. Placing a 220Ω metal film resistor in series with the gate (as close to the gate pin as possible) damps this oscillation and prevents parasitic turn-on, protecting both the MOSFET and the driving GPIO.

Failure Modes and Visual Symptoms on the PCB

Resistors are generally the most reliable components on a board, but they do fail when pushed past their physical limits. According to All About Circuits' component reference, identifying the failure mechanism helps prevent repeat occurrences.

  • Thermal Overload (Charring): If the power dissipation exceeds the wattage rating (e.g., pushing 0.5W through a 1/4W resistor), the epoxy coating will blister, turn dark brown or black, and flake off, revealing the ceramic core underneath. The resistance value usually drifts upward before failing open.
  • End-Cap Crimp Fracture: In axial resistors, the leads are attached to the metal end caps via a mechanical crimp. If the resistor is subjected to physical vibration or if the leads were bent too close to the body during installation, a hairline crack forms at the crimp. Visually, this looks like a slight separation between the paint and the lead wire. Electrically, it presents as an intermittent open circuit that changes value when you tap the board.
  • Moisture Ingress and Oxidation: In high-humidity environments, if the outer epoxy coating is chipped, moisture reaches the metal or carbon film. This causes localized oxidation, which permanently increases the resistance. You will see a pale, chalky white or greenish discoloration under the chipped paint.
Safety Warning: Never measure resistance while the circuit is powered. Furthermore, measuring a 220Ω resistor while it is still soldered into a PCB (in-circuit) will often yield a lower, incorrect reading due to parallel current paths through other components like semiconductor junctions or capacitors. Desolder at least one leg to get a true measurement.

Safe Substitution: What to Do When the Exact 220Ω Part is Missing

You are at the bench at 11 PM, the prototype needs a 220Ω 1% (red-red-black-black-brown) resistor, and your bins are empty. Here is how to substitute safely without compromising the circuit.

  1. Wattage Substitution (Upsize Only): You can always substitute a higher wattage resistor for a lower one. If the schematic calls for a 1/4W (0.25W) 220Ω part, a 1/2W (0.5W) or 1W part will work perfectly, provided it physically fits on the board. Never substitute a lower wattage part.
  2. Tolerance Substitution: Swapping a 1% (brown band) for a 5% (gold band) 220Ω resistor is safe for LED limiting, pull-ups, and general BJT base driving. It is not safe for precision applications like the feedback loop of an op-amp, an ADC voltage divider, or a current-sense shunt amplifier, where a 5% drift will ruin your calibration.
  3. Series and Parallel Combinations: If you only have standard E12 values, you can combine them.
    • Series: Two 110Ω resistors in series = 220Ω. (Wattage rating adds up, so two 1/4W resistors give you a 1/2W total capacity).
    • Parallel: Two 440Ω resistors in parallel = 220Ω.
  4. The Snubber Exception: If you are using the 220Ω resistor in an AC mains TRIAC snubber circuit (in series with a capacitor across MT1 and MT2), do not use standard carbon or metal film resistors. The rapid dV/dt pulses will cause internal arcing. You must substitute with a 2W or 3W metal oxide film or carbon composition resistor designed for high pulse survival.

Frequently Asked Questions

Can I use a red-red-black-black-brown resistor on a 120V AC mains circuit?

It depends entirely on the power rating and application. If you are using a standard 1/4W (0.25W) 220Ω resistor across a 120V AC line, it will instantly vaporize. Using Ohm's Law for power (P = V² / R), 120V squared divided by 220Ω equals 65.4 Watts. You would need a massive 100W wirewound chassis-mount resistor for that continuous load. However, if the 220Ω resistor is in series with an optocoupler LED or a high-impedance gate where the actual current is limited to a few milliamps by other components, it can survive, provided the voltage rating of the resistor's physical package isn't exceeded (most standard 1/4W axials are only rated for 250V max working voltage).

Why does my 220 ohm 1% resistor read 225 ohms on my multimeter?

A reading of 225Ω on a 220Ω 1% part (which should be between 217.8Ω and 222.2Ω) usually points to measurement error, not a bad resistor. First, check your multimeter's test leads; cheap leads can introduce 0.5Ω to 2Ω of resistance. Short the probes together and note the baseline resistance, then subtract it from your reading. Second, if you are measuring the resistor while holding the metal leads with your bare fingers, your body's skin resistance is creating a parallel path, skewing the reading. Finally, verify your meter's battery; a low battery in a cheap DMM causes the internal reference voltage to sag, leading to artificially high resistance readings.

What is the difference between a 4-band and 5-band 220 ohm resistor?

A 4-band 220Ω resistor uses the colors Red-Red-Brown-Gold (2, 2, ×10, 5%). It has two significant digits and is typically a 5% tolerance carbon or metal film part. A 5-band Red-Red-Black-Black-Brown resistor uses three significant digits (2, 2, 0) and a ×1 multiplier, denoting a 1% tolerance precision part. The 5-band system exists because 1% resistors require an extra digit to define their tight tolerance accurately across the E96 value series, even when the third digit happens to be a zero.

Is a red-red-black-black-brown resistor SMD or through-hole?

The color band naming convention strictly applies to through-hole axial resistors (the cylindrical components with wire leads). Surface Mount Device (SMD) resistors do not use color bands because they are too small to paint reliably. Instead, SMD resistors use a printed numeric code. A 220Ω 1% SMD resistor (typically in an 0805 or 0603 package) would be marked with the 4-digit EIA code 2200 (220 × 10^0) or sometimes 220R in newer European-standard markings.