Shades of Rust #B95916
Tints of Rust #B95916
RGB
CMYK
RGB Variations
Color information
#B95916 (or 0xB95916) is known color: Rust. HEX triplet: B9, 59 and 16. RGB value is (185,89,22). Sum of RGB (Red+Green+Blue) = 185+89+22=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B95916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95916 is #46A6E9. Grayscale: #6E6E6E. Windows color (decimal): -4630250 or 1464761. OLE color: 1464761.
HSL color Cylindrical-coordinate representation of color #B95916: hue angle of 24.66º 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 #B95916 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 89 | 22 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.27 |
| HSL | 24.66º | 0.79% | 0.41% | - |
| HSV(B) | 24.66º | 0.88% | 0.73% | - |
| XYZ | 23.72 | 17.52 | 2.89 | - |
| YUV | 110.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 22 | 0 | 0.52 | 0.88 | 0.27 | 24.66 | 0.79 | 0.41 |
| Hex | B9 | 59 | 16 | 0 | 34 | 58 | 1B | 19 | 4F | 29 |
| Octal | 271 | 131 | 26 | 0 | 64 | 130 | 33 | 31 | 117 | 51 |
| Binary | 10111001 | 1011001 | 10110 | 0 | 110100 | 1011000 | 11011 | 11001 | 1001111 | 101001 |
Color Harmonies of #B95916
Complementary color
Monochromatic Colors of #B95916
Black with #B95916
Text Example
Text Example
White with #B95916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95916; }
p { color: rgb(185,89,22); }
H1.HeaderClassName
{
color: #B95916;
}
.AnyTagClassName
{
color: #B95916;
}
</style>
background-color css
<style>
a { background-color: #B95916; }
a { background-color: rgb(185,89,22); }
div.DivClassName
{
background-color: #B95916;
}
.BgClassName
{
background-color: #B95916;
}
</style>
border-color css
<style>
span { border-color: #B95916; }
span { border-color: rgb(185,89,22); }
td.TdClassName
{
border-color: #B95916;
}
.TagClassName
{
border-color: #B95916;
}
</style>