International Orange (engineering) (#BA160C)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 6.55:1 — vs black: 3.21:1

Color values

  • HEX #BA160C
  • RGB rgb(186, 22, 12)
  • HSL hsl(3, 93%, 72%)
  • CMYK cmyk( 0, 88.17, 93.55, 27.06 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #BA160C based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

International Orange (engineering)
#BA160C Base
#0CB0BA
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

International Orange (engineering)
#BA160C Base
#BA0C59
#BA6D0C
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

International Orange (engineering)
#BA160C Base
#0CBA16
#160CBA
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

International Orange (engineering)
#BA160C Base
#0CBA6D
#0C59BA
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

International Orange (engineering)
#BA160C Base
#59BA0C
#0CB0BA
#6D0CBA
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

International Orange (engineering)
#BA160C Base
#2A0503
#720E07
#94110A
#E01B0E
#F12E22
#F5726A
Shades & Tints

Darker shades and lighter tints of International Orange (engineering), generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#180302
#380704
#590B06
#790E08
#9A120A
International Orange (engineering) #BA160C Base
#F01D10
#F35046
#F7827B
#FAB5B1
#FDE8E7
CSS & SCSS Snippets

Ready-to-use code snippets for #BA160C. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #BA160C;
}

/* Text */
.element {
    color: #BA160C;
}

/* Border */
.element {
    border: 1px solid #BA160C;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #BA160C,
        #79F3FB
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #BA160C,
        #79F3FB
    );
}
SCSS Variable
// SCSS variable
$international-orange-(engineering): #BA160C;

// With RGB channels (useful for rgba() usage)
$international-orange-(engineering)-r: 186;
$international-orange-(engineering)-g: 22;
$international-orange-(engineering)-b: 12;

// Usage
.element {
    background-color: $international-orange-(engineering);
    color: rgba($international-orange-(engineering)-r, $international-orange-(engineering)-g, $international-orange-(engineering)-b, 0.8);
}
Color Blindness Simulation

How International Orange (engineering) appears to people with different types of color vision deficiency.

Normal Vision #BA160C How the color appears with full color vision.
Deuteranopia #6B6B00 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #464612 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #BA1515 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #5D5D5D Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to International Orange (engineering) ranked by perceptual difference (Delta-E 2000 — lower = more similar).

International Orange (engineering) #BA160C Base
Mordant Red 19 #AE0C00 ΔE 2.98
Venetian Red #C80815 ΔE 3.11
Carnelian #B31B1B ΔE 3.23
Boston University Red #CC0000 ΔE 3.45

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.