Shades of Rust #B84008
Tints of Rust #B84008
RGB
CMYK
RGB Variations
Color information
#B84008 (or 0xB84008) is known color: Rust. HEX triplet: B8, 40 and 08. RGB value is (184,64,8). Sum of RGB (Red+Green+Blue) = 184+64+8=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B84008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84008 is #47BFF7. Grayscale: #5D5D5D. Windows color (decimal): -4702200 or 540856. OLE color: 540856.
HSL color Cylindrical-coordinate representation of color #B84008: hue angle of 19.09º 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 #B84008 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.28 |
| HSL | 19.09º | 0.92% | 0.38% | - |
| HSV(B) | 19.09º | 0.96% | 0.72% | - |
| XYZ | 21.64 | 13.87 | 1.77 | - |
| YUV | 93.5 | 79.76 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 8 | 0 | 0.65 | 0.96 | 0.28 | 19.09 | 0.92 | 0.38 |
| Hex | B8 | 40 | 8 | 0 | 41 | 60 | 1C | 13 | 5C | 26 |
| Octal | 270 | 100 | 10 | 0 | 101 | 140 | 34 | 23 | 134 | 46 |
| Binary | 10111000 | 1000000 | 1000 | 0 | 1000001 | 1100000 | 11100 | 10011 | 1011100 | 100110 |
Color Harmonies of #B84008
Complementary color
Monochromatic Colors of #B84008
Black with #B84008
Text Example
Text Example
White with #B84008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84008; }
p { color: rgb(184,64,8); }
H1.HeaderClassName
{
color: #B84008;
}
.AnyTagClassName
{
color: #B84008;
}
</style>
background-color css
<style>
a { background-color: #B84008; }
a { background-color: rgb(184,64,8); }
div.DivClassName
{
background-color: #B84008;
}
.BgClassName
{
background-color: #B84008;
}
</style>
border-color css
<style>
span { border-color: #B84008; }
span { border-color: rgb(184,64,8); }
td.TdClassName
{
border-color: #B84008;
}
.TagClassName
{
border-color: #B84008;
}
</style>