Rust (Orange)
#C82804
RGB: 200, 40, 4
Color OverviewHEX #C82804

#C82804 Color Code Information

In the RGB color space, #C82804 is composed of 78% red, 16% green, and 2% blue. In the HSL color space, it has a hue of 11°, saturation of 96%, and lightness of 40%.

HEX
#C82804
RGB
200, 40, 4
HSL
11°, 96%, 40%
HSV
11°, 98%, 78%
CMYK
0%, 80%, 98%, 22%
Name Match
Rust
Closest Standard

Shades of #C82804 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #C82804 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #C82804 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #C82804

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #C82804 Background
Contrast Ratio against Pure White (#FFFFFF):5.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C82804 Background
Contrast Ratio against Pure Black (#000000):3.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #C82804;
}

.element {
  color: #C82804;
  background-color: #C82804;
  border-color: #C82804;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#C82804] text-[#C82804] border-[#C82804]">
  Content styled with #C82804
</div>