Shades of Rust #B95312
Tints of Rust #B95312
RGB
CMYK
RGB Variations
Color information
#B95312 (or 0xB95312) is known color: Rust. HEX triplet: B9, 53 and 12. RGB value is (185,83,18). Sum of RGB (Red+Green+Blue) = 185+83+18=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95312 is #46ACED. Grayscale: #6A6A6A. Windows color (decimal): -4631790 or 1201081. OLE color: 1201081.
HSL color Cylindrical-coordinate representation of color #B95312: hue angle of 23.35º 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 #B95312 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.27 |
| HSL | 23.35º | 0.82% | 0.4% | - |
| HSV(B) | 23.35º | 0.9% | 0.73% | - |
| XYZ | 23.21 | 16.54 | 2.54 | - |
| YUV | 106.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 18 | 0 | 0.55 | 0.90 | 0.27 | 23.35 | 0.82 | 0.4 |
| Hex | B9 | 53 | 12 | 0 | 37 | 5A | 1B | 17 | 52 | 28 |
| Octal | 271 | 123 | 22 | 0 | 67 | 132 | 33 | 27 | 122 | 50 |
| Binary | 10111001 | 1010011 | 10010 | 0 | 110111 | 1011010 | 11011 | 10111 | 1010010 | 101000 |
Color Harmonies of #B95312
Complementary color
Monochromatic Colors of #B95312
Black with #B95312
Text Example
Text Example
White with #B95312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95312; }
p { color: rgb(185,83,18); }
H1.HeaderClassName
{
color: #B95312;
}
.AnyTagClassName
{
color: #B95312;
}
</style>
background-color css
<style>
a { background-color: #B95312; }
a { background-color: rgb(185,83,18); }
div.DivClassName
{
background-color: #B95312;
}
.BgClassName
{
background-color: #B95312;
}
</style>
border-color css
<style>
span { border-color: #B95312; }
span { border-color: rgb(185,83,18); }
td.TdClassName
{
border-color: #B95312;
}
.TagClassName
{
border-color: #B95312;
}
</style>