Shades of Rust #B95712
Tints of Rust #B95712
RGB
CMYK
RGB Variations
Color information
#B95712 (or 0xB95712) is known color: Rust. HEX triplet: B9, 57 and 12. RGB value is (185,87,18). Sum of RGB (Red+Green+Blue) = 185+87+18=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B95712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95712 is #46A8ED. Grayscale: #6C6C6C. Windows color (decimal): -4630766 or 1202105. OLE color: 1202105.
HSL color Cylindrical-coordinate representation of color #B95712: hue angle of 24.79º 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 #B95712 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.27 |
| HSL | 24.79º | 0.82% | 0.4% | - |
| HSV(B) | 24.79º | 0.9% | 0.73% | - |
| XYZ | 23.52 | 17.17 | 2.65 | - |
| YUV | 108.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 18 | 0 | 0.53 | 0.90 | 0.27 | 24.79 | 0.82 | 0.4 |
| Hex | B9 | 57 | 12 | 0 | 35 | 5A | 1B | 19 | 52 | 28 |
| Octal | 271 | 127 | 22 | 0 | 65 | 132 | 33 | 31 | 122 | 50 |
| Binary | 10111001 | 1010111 | 10010 | 0 | 110101 | 1011010 | 11011 | 11001 | 1010010 | 101000 |
Color Harmonies of #B95712
Complementary color
Monochromatic Colors of #B95712
Black with #B95712
Text Example
Text Example
White with #B95712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95712; }
p { color: rgb(185,87,18); }
H1.HeaderClassName
{
color: #B95712;
}
.AnyTagClassName
{
color: #B95712;
}
</style>
background-color css
<style>
a { background-color: #B95712; }
a { background-color: rgb(185,87,18); }
div.DivClassName
{
background-color: #B95712;
}
.BgClassName
{
background-color: #B95712;
}
</style>
border-color css
<style>
span { border-color: #B95712; }
span { border-color: rgb(185,87,18); }
td.TdClassName
{
border-color: #B95712;
}
.TagClassName
{
border-color: #B95712;
}
</style>