Shades of Rust #B8401D
Tints of Rust #B8401D
RGB
CMYK
RGB Variations
Color information
#B8401D (or 0xB8401D) is known color: Rust. HEX triplet: B8, 40 and 1D. RGB value is (184,64,29). Sum of RGB (Red+Green+Blue) = 184+64+29=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8401D is #47BFE2. Grayscale: #606060. Windows color (decimal): -4702179 or 1917112. OLE color: 1917112.
HSL color Cylindrical-coordinate representation of color #B8401D: hue angle of 13.55º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8401D is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 29 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.28 |
| HSL | 13.55º | 0.73% | 0.42% | - |
| HSV(B) | 13.55º | 0.84% | 0.72% | - |
| XYZ | 21.82 | 13.95 | 2.7 | - |
| YUV | 95.89 | 90.26 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 29 | 0 | 0.65 | 0.84 | 0.28 | 13.55 | 0.73 | 0.42 |
| Hex | B8 | 40 | 1D | 0 | 41 | 54 | 1C | E | 49 | 2A |
| Octal | 270 | 100 | 35 | 0 | 101 | 124 | 34 | 16 | 111 | 52 |
| Binary | 10111000 | 1000000 | 11101 | 0 | 1000001 | 1010100 | 11100 | 1110 | 1001001 | 101010 |
Color Harmonies of #B8401D
Complementary color
Monochromatic Colors of #B8401D
Black with #B8401D
Text Example
Text Example
White with #B8401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8401D; }
p { color: rgb(184,64,29); }
H1.HeaderClassName
{
color: #B8401D;
}
.AnyTagClassName
{
color: #B8401D;
}
</style>
background-color css
<style>
a { background-color: #B8401D; }
a { background-color: rgb(184,64,29); }
div.DivClassName
{
background-color: #B8401D;
}
.BgClassName
{
background-color: #B8401D;
}
</style>
border-color css
<style>
span { border-color: #B8401D; }
span { border-color: rgb(184,64,29); }
td.TdClassName
{
border-color: #B8401D;
}
.TagClassName
{
border-color: #B8401D;
}
</style>