Shades of Rust #B84012
Tints of Rust #B84012
RGB
CMYK
RGB Variations
Color information
#B84012 (or 0xB84012) is known color: Rust. HEX triplet: B8, 40 and 12. RGB value is (184,64,18). Sum of RGB (Red+Green+Blue) = 184+64+18=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B84012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84012 is #47BFED. Grayscale: #5E5E5E. Windows color (decimal): -4702190 or 1196216. OLE color: 1196216.
HSL color Cylindrical-coordinate representation of color #B84012: hue angle of 16.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84012 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 18 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.28 |
| HSL | 16.63º | 0.82% | 0.4% | - |
| HSV(B) | 16.63º | 0.9% | 0.72% | - |
| XYZ | 21.71 | 13.9 | 2.11 | - |
| YUV | 94.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 18 | 0 | 0.65 | 0.90 | 0.28 | 16.63 | 0.82 | 0.4 |
| Hex | B8 | 40 | 12 | 0 | 41 | 5A | 1C | 11 | 52 | 28 |
| Octal | 270 | 100 | 22 | 0 | 101 | 132 | 34 | 21 | 122 | 50 |
| Binary | 10111000 | 1000000 | 10010 | 0 | 1000001 | 1011010 | 11100 | 10001 | 1010010 | 101000 |
Color Harmonies of #B84012
Complementary color
Monochromatic Colors of #B84012
Black with #B84012
Text Example
Text Example
White with #B84012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84012; }
p { color: rgb(184,64,18); }
H1.HeaderClassName
{
color: #B84012;
}
.AnyTagClassName
{
color: #B84012;
}
</style>
background-color css
<style>
a { background-color: #B84012; }
a { background-color: rgb(184,64,18); }
div.DivClassName
{
background-color: #B84012;
}
.BgClassName
{
background-color: #B84012;
}
</style>
border-color css
<style>
span { border-color: #B84012; }
span { border-color: rgb(184,64,18); }
td.TdClassName
{
border-color: #B84012;
}
.TagClassName
{
border-color: #B84012;
}
</style>