Rust (Orange)
#B85314
RGB: 184, 83, 20
Color OverviewHEX #B85314
#B85314 Color Code Information
In the RGB color space, #B85314 is composed of 72% red, 33% green, and 8% blue. In the HSL color space, it has a hue of 23°, saturation of 80%, and lightness of 40%.
HEX
#B85314
RGB
184, 83, 20
HSL
23°, 80%, 40%
HSV
23°, 89%, 72%
CMYK
0%, 55%, 89%, 28%
Name Match
Rust
Closest StandardShades of #B85314 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B85314 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B85314 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B85314
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #B85314 Background
Contrast Ratio against Pure White (#FFFFFF):4.9 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B85314 Background
Contrast Ratio against Pure Black (#000000):4.29 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B85314;
}
.element {
color: #B85314;
background-color: #B85314;
border-color: #B85314;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B85314] text-[#B85314] border-[#B85314]"> Content styled with #B85314 </div>