Shades of Rust #B84006
Tints of Rust #B84006
RGB
CMYK
RGB Variations
Color information
#B84006 (or 0xB84006) is known color: Rust. HEX triplet: B8, 40 and 06. RGB value is (184,64,6). Sum of RGB (Red+Green+Blue) = 184+64+6=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B84006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84006 is #47BFF9. Grayscale: #5D5D5D. Windows color (decimal): -4702202 or 409784. OLE color: 409784.
HSL color Cylindrical-coordinate representation of color #B84006: hue angle of 19.55º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B84006 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.28 |
| HSL | 19.55º | 0.94% | 0.37% | - |
| HSV(B) | 19.55º | 0.97% | 0.72% | - |
| XYZ | 21.63 | 13.87 | 1.71 | - |
| YUV | 93.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 6 | 0 | 0.65 | 0.97 | 0.28 | 19.55 | 0.94 | 0.37 |
| Hex | B8 | 40 | 6 | 0 | 41 | 61 | 1C | 14 | 5E | 25 |
| Octal | 270 | 100 | 6 | 0 | 101 | 141 | 34 | 24 | 136 | 45 |
| Binary | 10111000 | 1000000 | 110 | 0 | 1000001 | 1100001 | 11100 | 10100 | 1011110 | 100101 |
Color Harmonies of #B84006
Complementary color
Monochromatic Colors of #B84006
Black with #B84006
Text Example
Text Example
White with #B84006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84006; }
p { color: rgb(184,64,6); }
H1.HeaderClassName
{
color: #B84006;
}
.AnyTagClassName
{
color: #B84006;
}
</style>
background-color css
<style>
a { background-color: #B84006; }
a { background-color: rgb(184,64,6); }
div.DivClassName
{
background-color: #B84006;
}
.BgClassName
{
background-color: #B84006;
}
</style>
border-color css
<style>
span { border-color: #B84006; }
span { border-color: rgb(184,64,6); }
td.TdClassName
{
border-color: #B84006;
}
.TagClassName
{
border-color: #B84006;
}
</style>