3.1 Resistors and Resistor Color Codes

Key Takeaways

  • 4-band and 5-band color code schemes map colors Black (0) through White (9), with Gold (±5%) and Silver (±10%) indicating tolerance on standard carbon composition and metal film resistors.
  • Power dissipation rating (P = I²R = V²/R) dictates physical component size rather than resistance value; exceeding power limits causes thermal degradation and open-circuit failure.
  • Potentiometers act as 3-terminal variable voltage dividers, whereas rheostats act as 2-terminal variable current limiters in avionics control circuits.
  • Failure modes present as either an open circuit (infinite resistance, zero current) or short circuit (zero resistance, maximum current), with opens being the overwhelming failure mode for fixed composition resistors.
  • An open resistor can interrupt current with no visible damage; isolate one lead before ohmmeter checks to avoid parallel-path false lows.
Last updated: July 2026

Resistors and Resistor Color Codes

In aircraft electronic systems, passive components form the foundational building blocks of pulse-shaping networks, bias networks, signal attenuators, and power distribution systems. Among passive components, resistors are the most ubiquitous. A resistor is a two-terminal passive electrical element designed to introduce a specific, controlled amount of electrical resistance ($R$) into a circuit, thereby limiting current flow ($I$) or creating a voltage drop ($V$) in accordance with Ohm's law ($V = I \times R$).

Fundamentals of Fixed and Variable Resistors

Resistance is the physical property of a material to oppose the flow of free electrons. The resistance of a conductor depends on its physical dimensions and material resistivity ($\rho$):

R=ρLAR = \frac{\rho \cdot L}{A}

Where $L$ is the conductor length in meters, $A$ is the cross-sectional area in square meters, and $\rho$ is the material resistivity in ohm-meters ($\Omega\cdot\text{m}$). In avionics applications, resistors must maintain stable resistance values across severe environmental conditions, including ambient temperatures ranging from $-55^\circ\text{C}$ to $+125^\circ\text{C}$, atmospheric pressure changes from sea level to 50,000 feet, and intense vibration.

Resistor Technologies in Avionics

  1. Carbon Composition Resistors: Constructed from a mixture of powdered carbon and ceramic binder. Although inexpensive and robust against high-voltage surges, they exhibit relatively wide tolerances ($\pm 5%$ to $\pm 20%$), high noise figures, and high positive temperature coefficients (PTC), causing resistance to drift noticeably with temperature changes.
  2. Metal Film and Carbon Film Resistors: Manufactured by depositing a thin layer of resistive metal or carbon onto an insulating ceramic substrate. Metal film resistors provide high precision (tolerances of $\pm 0.1%$ to $\pm 1%$), low temperature coefficients, and low noise, making them ideal for sensitive avionics analog signal conditioning circuits.
  3. Wirewound Resistors: Constructed by winding high-resistivity alloy wire (such as Nichrome) around a ceramic core. They excel in high-power dissipation applications (5 W to over 100 W), such as pitot tube heater current limiters and generator control unit (GCU) bleed loads. However, their spiral winding introduces significant parasitic inductance, making them unsuitable for high-frequency RF circuits.
  4. Surface-Mount Device (SMD) Resistors: Compact ceramic chip resistors featuring planar thick-film or thin-film elements. Standard SMD packages (0603, 0805, 1206) dominate modern integrated avionics units (LRUs) due to minimal parasitic inductance and automated placement compatibility.

Potentiometers vs. Rheostats

Variable resistors allow manual or automatic adjustment of circuit resistance:

  • Potentiometer: A three-terminal device consisting of a resistive element and an adjustable sliding contact (wiper). Connected across a voltage source, it acts as an adjustable voltage divider. The voltage output at the wiper varies continuously from the minimum to maximum applied voltage:

    $$V_{\text{out}} = V_{\text{in}} \cdot \left(\frac{R_{\text{wiper-to-ground}}}{R_{\text{total}}}\right)$

    Potentiometers are used in flight deck audio volume controls, trim tab position feedback sensors, and flap indicator transmitters.

  • Rheostat: A two-terminal (or three-terminal with wiper tied to one end) variable resistor wired in series with a load to directly limit current. Rheostats must dissipate significant power because full load current flows through the resistive element. They are found in legacy cockpit floodlight dimmers and motor speed controls.

Standard 4-Band and 5-Band Color Code System

Through-hole resistors use color-coded bands printed around their cylindrical bodies to denote nominal resistance value, multiplier, and tolerance. Avionics technicians must rapidly and accurately decode both 4-band standard resistors and 5-band precision resistors.

Color Code Reference Table

Color1st Digit2nd Digit3rd Digit (5-Band Only)MultiplierTolerance
Black000$10^0 = 1$
Brown111$10^1 = 10$$\pm 1%$ (F)
Red222$10^2 = 100$$\pm 2%$ (G)
Orange333$10^3 = 1\text{ k}\Omega$
Yellow444$10^4 = 10\text{ k}\Omega$
Green555$10^5 = 100\text{ k}\Omega$$\pm 0.5%$ (D)
Blue666$10^6 = 1\text{ M}\Omega$$\pm 0.25%$ (C)
Violet777$10^7 = 10\text{ M}\Omega$$\pm 0.1%$ (B)
Gray888$10^8 = 100\text{ M}\Omega$$\pm 0.05%$ (A)
White999$10^9 = 1\text{ G}\Omega$
Gold$10^{-1} = 0.1$$\pm 5%$ (J)
Silver$10^{-2} = 0.01$$\pm 10%$ (K)
None$\pm 20%$

Decoding Formulas

  • 4-Band Decoding: R=(Band1×10+Band2)×10Band3(±Band4 Tolerance)R = (\text{Band}_1 \times 10 + \text{Band}_2) \times 10^{\text{Band}_3} \quad (\pm \text{Band}_4 \text{ Tolerance})
  • 5-Band Precision Decoding: R=(Band1×100+Band2×10+Band3)×10Band4(±Band5 Tolerance)R = (\text{Band}_1 \times 100 + \text{Band}_2 \times 10 + \text{Band}_3) \times 10^{\text{Band}_4} \quad (\pm \text{Band}_5 \text{ Tolerance})

Worked Calculation Examples

  • Example 1 (4-Band): Determine nominal resistance and acceptable limit range for a resistor with color bands Yellow, Violet, Orange, Gold.

    1. Band 1 (Yellow) = 4
    2. Band 2 (Violet) = 7
    3. Band 3 (Orange Multiplier) = $10^3 = 1,000$
    4. Band 4 (Gold Tolerance) = $\pm 5%$
    5. Nominal value: $47 \times 1,000 = 47,000\ \Omega = 47\text{ k}\Omega$.
    6. Tolerance calculation: $47,000 \times 0.05 = 2,350\ \Omega = 2.35\text{ k}\Omega$.
    7. Acceptable range: $47,000 - 2,350 = 44,650\ \Omega\ (44.65\text{ k}\Omega)$ to $47,000 + 2,350 = 49,350\ \Omega\ (49.35\text{ k}\Omega)$.
  • Example 2 (5-Band Precision): Determine nominal resistance for a resistor with color bands Brown, Black, Black, Red, Brown.

    1. Band 1 (Brown) = 1
    2. Band 2 (Black) = 0
    3. Band 3 (Black) = 0
    4. Band 4 (Red Multiplier) = $10^2 = 100$
    5. Band 5 (Brown Tolerance) = $\pm 1%$
    6. Nominal value: $(100) \times 100 = 10,000\ \Omega = 10.0\text{ k}\Omega \pm 1%$.

Power Rating and Physical Sizing

A resistor's power rating specifies the maximum electrical power it can dissipate as heat without suffering physical destruction or permanent resistance alteration. Power dissipation ($P$) is calculated using Watt's law combined with Ohm's law:

P=IV=I2R=V2RP = I \cdot V = I^2 \cdot R = \frac{V^2}{R}

Critical Sizing Rules

  1. Physical Dimensions vs. Resistance Value: Physical size is determined entirely by power rating, not resistance. A $10\ \Omega$, $10\text{-watt}$ wirewound resistor is physically fifty times larger than a $10\text{ M}\Omega$, $0.25\text{-watt}$ carbon film resistor.
  2. Avionics Derating Standard: In aircraft design (such as MIL-STD-1553 bus terminators), resistors are operating at a maximum of 50% of their rated power (e.g., using a 0.5 W resistor for a 0.2 W actual load) to ensure thermal reliability across high ambient cockpit temperatures.

Worked Power Calculation

An avionics indicator lamp circuit applies 28 VDC across a current-limiting resistor of $560\ \Omega$.

  • Actual power dissipated: P=V2R=282560=784560=1.4 WattsP = \frac{V^2}{R} = \frac{28^2}{560} = \frac{784}{560} = 1.4\text{ Watts}
  • Selection requirement: A standard 0.25 W or 0.5 W resistor would instantly overheat and open. An technician must select a resistor rated for at least 2.0 W or 3.0 W to satisfy derating guidelines.

Resistor Failure Symptoms and Avionics Troubleshooting

When performing bench tests or on-aircraft troubleshooting, resistors exhibit two principal failure modes:

  1. Open Circuit Failure (Overwhelmingly Common): Thermal overload, mechanical shock, or age causes the resistive film or wire element to fracture.
    • DMM Symptom: Infinite resistance ($\text{OL}$ or $>200\text{ M}\Omega$).
    • Circuit Behavior: Current through the branch falls to zero ($I = 0\text{ A}$), and full supply voltage appears across the open resistor terminals ($V_{\text{open}} = V_{\text{source}}$).
  2. Short Circuit Failure (Extremely Rare): Metal migration or carbonized tracking across an overheated ceramic substrate creates a low-resistance path.
    • DMM Symptom: Near zero resistance ($R \approx 0\ \Omega$).
    • Circuit Behavior: Branch current increases dramatically, potentially tripping circuit breakers or blowing upstream fuses.
  3. Resistance Value Drift: Overheated metal film resistors may drift above or below specified tolerance bands without opening completely.

Avionics Troubleshooting Traps

  • In-Circuit Parallel Path Fallacy: Never measure a resistor's resistance while it is connected in an un-energized circuit without isolating at least one leg. Parallel circuit paths formed by adjacent semiconductor junctions or transformer windings will shunt DMM test current, producing a false low resistance reading.

Resistor Fault Isolation (NCATT Standard)

Isolating a faulty resistor is a core NCATT AET skill. Use visual inspection first, then an ohmmeter with at least one lead lifted so parallel paths cannot shunt the reading.

Improperly Installed Resistors

Resistors installed backwards in polarity-sensitive packages, forced into wrong footprint pads, or mounted non-compliant to industry installation standards create intermittent opens, shorts to adjacent traces, and heat-related failures. Always verify part number, wattage rating, and mounting orientation against the wiring diagram or board silkscreen.

Open Resistors

An open resistor has an incomplete path for current between terminals. Current in that branch drops to zero. The full applied voltage appears across the open device. Critically, a resistor or fuse can open with no visible signs of damage—never assume a clean body means a good part.

Resistors of Incorrect Value

A resistor outside its specified tolerance band (wrong color-code reading, drifted metal-film value after overheating, or wrong replacement part) shifts bias points, LED current, and divider ratios. Confirm value with an ohmmeter against the schematic callout, including tolerance.

Shorted Resistors

A shorted resistor allows current to flow across a path that should have been resistive. On densely packed printed circuit boards, foreign conductive debris between adjacent traces commonly creates short-like behavior. Foreign Object Debris (FOD) bridging resistor pads is a frequent hangar-floor root cause.

Fault ModeTypical SymptomDMM Clue (power OFF, one lead lifted)
OpenBranch current = 0; full supply across deviceInfinite / OL resistance
Incorrect valueWrong bias, dim lamps, off-spec timingReading outside tolerance
ShortedExcess current; blown fuse/CB possibleNear 0 Ω across terminals
Improper installIntermittent, heat, mechanical stress marksVisual non-compliance

Avionics Trap: Replacing a drifted resistor without checking for solder bridges or conductive FOD often brings the same short back after the next vibration cycle.

Test Your Knowledge

A 4-band resistor has color bands of Yellow, Violet, Red, and Gold. What is its nominal resistance and acceptable tolerance range?

A
B
C
D
Test Your Knowledge

An avionics technician measures a circuit branch containing a resistor rated for 0.25 watts connected across a 28 VDC aircraft power bus. What is the minimum allowable resistance value to prevent exceeding the resistor's power rating?

A
B
C
D
Test Your Knowledge

What is the key functional difference between a potentiometer and a rheostat in an aircraft lighting control panel?

A
B
C
D