Shades of Rust #B84208
Tints of Rust #B84208
RGB
CMYK
RGB Variations
Color information
#B84208 (or 0xB84208) is known color: Rust. HEX triplet: B8, 42 and 08. RGB value is (184,66,8). Sum of RGB (Red+Green+Blue) = 184+66+8=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B84208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84208 is #47BDF7. Grayscale: #5F5F5F. Windows color (decimal): -4701688 or 541368. OLE color: 541368.
HSL color Cylindrical-coordinate representation of color #B84208: hue angle of 19.77º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B84208 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.28 |
| HSL | 19.77º | 0.92% | 0.38% | - |
| HSV(B) | 19.77º | 0.96% | 0.72% | - |
| XYZ | 21.76 | 14.1 | 1.81 | - |
| YUV | 94.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 8 | 0 | 0.64 | 0.96 | 0.28 | 19.77 | 0.92 | 0.38 |
| Hex | B8 | 42 | 8 | 0 | 40 | 60 | 1C | 14 | 5C | 26 |
| Octal | 270 | 102 | 10 | 0 | 100 | 140 | 34 | 24 | 134 | 46 |
| Binary | 10111000 | 1000010 | 1000 | 0 | 1000000 | 1100000 | 11100 | 10100 | 1011100 | 100110 |
Color Harmonies of #B84208
Complementary color
Monochromatic Colors of #B84208
Black with #B84208
Text Example
Text Example
White with #B84208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84208; }
p { color: rgb(184,66,8); }
H1.HeaderClassName
{
color: #B84208;
}
.AnyTagClassName
{
color: #B84208;
}
</style>
background-color css
<style>
a { background-color: #B84208; }
a { background-color: rgb(184,66,8); }
div.DivClassName
{
background-color: #B84208;
}
.BgClassName
{
background-color: #B84208;
}
</style>
border-color css
<style>
span { border-color: #B84208; }
span { border-color: rgb(184,66,8); }
td.TdClassName
{
border-color: #B84208;
}
.TagClassName
{
border-color: #B84208;
}
</style>