International Orange (Golden Gate Bridge)

HEX: #C0362C | Modern Palette

On White
5.52:1
PASS
On Black
3.81:1
FAIL

Color Specifications

HEX
#C0362C
RGB
192, 54, 44
HSL
4°, 77% ,75%
CMYK
0, 71.88, 77.08, 24.71

About International Orange (Golden Gate Bridge)

International Orange (Golden Gate Bridge) (#C0362C) is a color with RGB(192, 54, 44) and HSL(4.05°, 77.08%, 75.29%). It is commonly associated with Playful, Romantic moods. In design, it fits Warm styles and is suitable for Text, Button, Accent. Its complementary color is #2CB6C0, which creates strong contrast. Its triadic palette includes #2CC036 and #362CC0. The name comes from International Orange (English).

  • HEX: #C0362C
  • RGB: 192, 54, 44
  • HSL: 4.05°, 77.08%, 75.29%
  • Mood: Playful, Romantic
  • Style: Warm
  • Use case: Text, Button, Accent
  • Complementary color: #2CB6C0
  • Triadic colors: #2CC036, #362CC0
  • The name comes from International Orange (English).

Live Components

LIGHT
DARK
System Notification Box

Color Palettes

Monochromatic Five tones of the same hue — a reliable scale for backgrounds, surfaces, and text.
Neutral + Accent Four near-neutral tones grounded by a saturated accent — clean and versatile for UI.
Analogous Five hues drifting across a 60° arc — naturally harmonious and pleasing to the eye.
3 + 1 + 1 Three analogous base colors, one complementary accent, one dark anchor — bold yet balanced.

Color Harmonies

Complementary

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

Analogous

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

Triadic

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

Split-Complementary

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

Tetradic (Square)

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

Monochromatic

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

Shades & Tints

A seamless scale of #C0362C from deepest shade to lightest tint.

Color Characteristics

Style
Warm
Use case
Text Button Accent

Accessibility Simulation

Deuteranopia #757520
Protanopia #55552E
Tritanopia #C03535
Achromatopsia #696969

Frequently Asked Questions

International Orange (Golden Gate Bridge) (#C0362C) is a color with RGB(192, 54, 44) and HSL(4.05°, 77.08%, 75.29%).

#C0362C pairs strongly with #2CB6C0 as its complementary color. It can also be used with neutral tones for balanced UI and design layouts.

#C0362C is suitable for Text, Button, Accent and works well with Warm styles.

#C0362C is commonly associated with Playful, Romantic.

The name International Orange (Golden Gate Bridge) is linked to International Orange from English, meaning A specific shade of orange-red, often used for high-visibility objects..

Name, History & Etymology

Origin Word International Orange
Meaning A specific shade of orange-red, often used for high-visibility objects.
Language English
First Recorded Use Early 20th Century

History

When the Golden Gate Bridge was being built, the steel that arrived on site was coated with a red lead primer to protect it from rust. Consulting architect Irving Morrow found this reddish primer to be pleasing and unique, especially against the natural backdrop of the bay, sky, and hills. He argued against more conventional choices like black or gray, which were common for bridges at the time. Morrow developed the specific 'International Orange' color, which is a custom blend, to complement the bridge's art deco design and its surroundings, making it stand out while also blending with the natural environment. The color also serves a practical purpose, making the bridge more visible to ships in fog.

First Recorded Use

The color was first used on the Golden Gate Bridge during its construction, which began in 1933 and was completed in 1937. The specific shade was chosen by consulting architect Irving Morrow.

Cultural Associations

International Orange, specifically the shade used on the Golden Gate Bridge, has become an iconic symbol of San Francisco and the bridge itself. It is instantly recognizable worldwide. The color is often replicated in souvenirs, art, and branding related to the city. Its unique aesthetic appeal and historical significance have cemented its place in popular culture. The color is not a standard 'international orange' as defined by some safety standards, but a custom shade unique to the Golden Gate Bridge.

Similar Named Colors

Persian Red #CC3333 ΔE 2.95
Fire Engine Red #CE2029 ΔE 3.10
Pale Carmine #AF4035 ΔE 3.57
Lava #CF1020 ΔE 3.59

Code Snippets

/* 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);
}