Shades of Rust #B95812
Tints of Rust #B95812
RGB
CMYK
RGB Variations
Color information
#B95812 (or 0xB95812) is known color: Rust. HEX triplet: B9, 58 and 12. RGB value is (185,88,18). Sum of RGB (Red+Green+Blue) = 185+88+18=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95812 is #46A7ED. Grayscale: #6D6D6D. Windows color (decimal): -4630510 or 1202361. OLE color: 1202361.
HSL color Cylindrical-coordinate representation of color #B95812: hue angle of 25.15º 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 #B95812 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 88 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.27 |
| HSL | 25.15º | 0.82% | 0.4% | - |
| HSV(B) | 25.15º | 0.9% | 0.73% | - |
| XYZ | 23.61 | 17.34 | 2.67 | - |
| YUV | 109.02 | 76.64 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 18 | 0 | 0.52 | 0.90 | 0.27 | 25.15 | 0.82 | 0.4 |
| Hex | B9 | 58 | 12 | 0 | 34 | 5A | 1B | 19 | 52 | 28 |
| Octal | 271 | 130 | 22 | 0 | 64 | 132 | 33 | 31 | 122 | 50 |
| Binary | 10111001 | 1011000 | 10010 | 0 | 110100 | 1011010 | 11011 | 11001 | 1010010 | 101000 |
Color Harmonies of #B95812
Complementary color
Monochromatic Colors of #B95812
Black with #B95812
Text Example
Text Example
White with #B95812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95812; }
p { color: rgb(185,88,18); }
H1.HeaderClassName
{
color: #B95812;
}
.AnyTagClassName
{
color: #B95812;
}
</style>
background-color css
<style>
a { background-color: #B95812; }
a { background-color: rgb(185,88,18); }
div.DivClassName
{
background-color: #B95812;
}
.BgClassName
{
background-color: #B95812;
}
</style>
border-color css
<style>
span { border-color: #B95812; }
span { border-color: rgb(185,88,18); }
td.TdClassName
{
border-color: #B95812;
}
.TagClassName
{
border-color: #B95812;
}
</style>