International Orange (Golden Gate Bridge) (#C0362C)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 5.52:1 — vs black: 3.81:1
Color values
-
HEX
#C0362C -
RGB
rgb(192, 54, 44) -
HSL
hsl(4, 77%, 75%) -
CMYK
cmyk( 0, 71.88, 77.08, 24.71 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C0362C based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C0362C
Base
#2CB6C0
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C0362C
Base
#C02C6C
#C0802C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C0362C
Base
#2CC036
#362CC0
Two colors flanking the complement — high contrast with less tension than full complementary.
#C0362C
Base
#2CC080
#2C6CC0
Four colors at 90° intervals — rich variety, best when one color dominates.
#C0362C
Base
#6CC02C
#2CB6C0
#802CC0
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C0362C
Base
#44130F
#82241E
#9F2D24
#D44B41
#DA675E
#E8A29D
Darker shades and lighter tints of International Orange (Golden Gate Bridge), generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#150605
#370F0D
#591914
#7B231C
#9E2C24
#C0362C
Base
#D55249
#DE7871
#E89F99
#F1C5C2
#FAEBEA
Ready-to-use code snippets for #C0362C. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C0362C;
}
/* Text */
.element {
color: #C0362C;
}
/* Border */
.element {
border: 1px solid #C0362C;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C0362C,
#8FEAF1
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C0362C,
#8FEAF1
);
}
// SCSS variable
$international-orange-(golden-gate-bridge): #C0362C;
// With RGB channels (useful for rgba() usage)
$international-orange-(golden-gate-bridge)-r: 192;
$international-orange-(golden-gate-bridge)-g: 54;
$international-orange-(golden-gate-bridge)-b: 44;
// Usage
.element {
background-color: $international-orange-(golden-gate-bridge);
color: rgba($international-orange-(golden-gate-bridge)-r, $international-orange-(golden-gate-bridge)-g, $international-orange-(golden-gate-bridge)-b, 0.8);
}
How International Orange (Golden Gate Bridge) appears to people with different types of color vision deficiency.
#C0362C
How the color appears with full color vision.
#757520
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#55552E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C03535
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#696969
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.