Shades of Rust #B95412
Tints of Rust #B95412
RGB
CMYK
RGB Variations
Color information
#B95412 (or 0xB95412) is known color: Rust. HEX triplet: B9, 54 and 12. RGB value is (185,84,18). Sum of RGB (Red+Green+Blue) = 185+84+18=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B95412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95412 is #46ABED. Grayscale: #6B6B6B. Windows color (decimal): -4631534 or 1201337. OLE color: 1201337.
HSL color Cylindrical-coordinate representation of color #B95412: hue angle of 23.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95412 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.27 |
| HSL | 23.71º | 0.82% | 0.4% | - |
| HSV(B) | 23.71º | 0.9% | 0.73% | - |
| XYZ | 23.29 | 16.7 | 2.57 | - |
| YUV | 106.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 18 | 0 | 0.55 | 0.90 | 0.27 | 23.71 | 0.82 | 0.4 |
| Hex | B9 | 54 | 12 | 0 | 37 | 5A | 1B | 18 | 52 | 28 |
| Octal | 271 | 124 | 22 | 0 | 67 | 132 | 33 | 30 | 122 | 50 |
| Binary | 10111001 | 1010100 | 10010 | 0 | 110111 | 1011010 | 11011 | 11000 | 1010010 | 101000 |
Color Harmonies of #B95412
Complementary color
Monochromatic Colors of #B95412
Black with #B95412
Text Example
Text Example
White with #B95412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95412; }
p { color: rgb(185,84,18); }
H1.HeaderClassName
{
color: #B95412;
}
.AnyTagClassName
{
color: #B95412;
}
</style>
background-color css
<style>
a { background-color: #B95412; }
a { background-color: rgb(185,84,18); }
div.DivClassName
{
background-color: #B95412;
}
.BgClassName
{
background-color: #B95412;
}
</style>
border-color css
<style>
span { border-color: #B95412; }
span { border-color: rgb(185,84,18); }
td.TdClassName
{
border-color: #B95412;
}
.TagClassName
{
border-color: #B95412;
}
</style>