Shades of Rust #B95116
Tints of Rust #B95116
RGB
CMYK
RGB Variations
Color information
#B95116 (or 0xB95116) is known color: Rust. HEX triplet: B9, 51 and 16. RGB value is (185,81,22). Sum of RGB (Red+Green+Blue) = 185+81+22=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B95116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95116 is #46AEE9. Grayscale: #696969. Windows color (decimal): -4632298 or 1462713. OLE color: 1462713.
HSL color Cylindrical-coordinate representation of color #B95116: hue angle of 21.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B95116 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 22 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.27 |
| HSL | 21.72º | 0.79% | 0.41% | - |
| HSV(B) | 21.72º | 0.88% | 0.73% | - |
| XYZ | 23.09 | 16.26 | 2.68 | - |
| YUV | 105.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 22 | 0 | 0.56 | 0.88 | 0.27 | 21.72 | 0.79 | 0.41 |
| Hex | B9 | 51 | 16 | 0 | 38 | 58 | 1B | 16 | 4F | 29 |
| Octal | 271 | 121 | 26 | 0 | 70 | 130 | 33 | 26 | 117 | 51 |
| Binary | 10111001 | 1010001 | 10110 | 0 | 111000 | 1011000 | 11011 | 10110 | 1001111 | 101001 |
Color Harmonies of #B95116
Complementary color
Monochromatic Colors of #B95116
Black with #B95116
Text Example
Text Example
White with #B95116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95116; }
p { color: rgb(185,81,22); }
H1.HeaderClassName
{
color: #B95116;
}
.AnyTagClassName
{
color: #B95116;
}
</style>
background-color css
<style>
a { background-color: #B95116; }
a { background-color: rgb(185,81,22); }
div.DivClassName
{
background-color: #B95116;
}
.BgClassName
{
background-color: #B95116;
}
</style>
border-color css
<style>
span { border-color: #B95116; }
span { border-color: rgb(185,81,22); }
td.TdClassName
{
border-color: #B95116;
}
.TagClassName
{
border-color: #B95116;
}
</style>