Shades of Rust #B95517
Tints of Rust #B95517
RGB
CMYK
RGB Variations
Color information
#B95517 (or 0xB95517) is known color: Rust. HEX triplet: B9, 55 and 17. RGB value is (185,85,23). Sum of RGB (Red+Green+Blue) = 185+85+23=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B95517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95517 is #46AAE8. Grayscale: #6C6C6C. Windows color (decimal): -4631273 or 1529273. OLE color: 1529273.
HSL color Cylindrical-coordinate representation of color #B95517: hue angle of 22.96º degrees, saturation: 0.78, 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 #B95517 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.27 |
| HSL | 22.96º | 0.78% | 0.41% | - |
| HSV(B) | 22.96º | 0.88% | 0.73% | - |
| XYZ | 23.41 | 16.87 | 2.83 | - |
| YUV | 107.83 | 80.13 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 23 | 0 | 0.54 | 0.88 | 0.27 | 22.96 | 0.78 | 0.41 |
| Hex | B9 | 55 | 17 | 0 | 36 | 58 | 1B | 17 | 4E | 29 |
| Octal | 271 | 125 | 27 | 0 | 66 | 130 | 33 | 27 | 116 | 51 |
| Binary | 10111001 | 1010101 | 10111 | 0 | 110110 | 1011000 | 11011 | 10111 | 1001110 | 101001 |
Color Harmonies of #B95517
Complementary color
Monochromatic Colors of #B95517
Black with #B95517
Text Example
Text Example
White with #B95517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95517; }
p { color: rgb(185,85,23); }
H1.HeaderClassName
{
color: #B95517;
}
.AnyTagClassName
{
color: #B95517;
}
</style>
background-color css
<style>
a { background-color: #B95517; }
a { background-color: rgb(185,85,23); }
div.DivClassName
{
background-color: #B95517;
}
.BgClassName
{
background-color: #B95517;
}
</style>
border-color css
<style>
span { border-color: #B95517; }
span { border-color: rgb(185,85,23); }
td.TdClassName
{
border-color: #B95517;
}
.TagClassName
{
border-color: #B95517;
}
</style>