Shades of Rust #B95617
Tints of Rust #B95617
RGB
CMYK
RGB Variations
Color information
#B95617 (or 0xB95617) is known color: Rust. HEX triplet: B9, 56 and 17. RGB value is (185,86,23). Sum of RGB (Red+Green+Blue) = 185+86+23=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B95617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95617 is #46A9E8. Grayscale: #6C6C6C. Windows color (decimal): -4631017 or 1529529. OLE color: 1529529.
HSL color Cylindrical-coordinate representation of color #B95617: hue angle of 23.33º 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 #B95617 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 23 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.27 |
| HSL | 23.33º | 0.78% | 0.41% | - |
| HSV(B) | 23.33º | 0.88% | 0.73% | - |
| XYZ | 23.49 | 17.03 | 2.86 | - |
| YUV | 108.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 23 | 0 | 0.54 | 0.88 | 0.27 | 23.33 | 0.78 | 0.41 |
| Hex | B9 | 56 | 17 | 0 | 36 | 58 | 1B | 17 | 4E | 29 |
| Octal | 271 | 126 | 27 | 0 | 66 | 130 | 33 | 27 | 116 | 51 |
| Binary | 10111001 | 1010110 | 10111 | 0 | 110110 | 1011000 | 11011 | 10111 | 1001110 | 101001 |
Color Harmonies of #B95617
Complementary color
Monochromatic Colors of #B95617
Black with #B95617
Text Example
Text Example
White with #B95617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95617; }
p { color: rgb(185,86,23); }
H1.HeaderClassName
{
color: #B95617;
}
.AnyTagClassName
{
color: #B95617;
}
</style>
background-color css
<style>
a { background-color: #B95617; }
a { background-color: rgb(185,86,23); }
div.DivClassName
{
background-color: #B95617;
}
.BgClassName
{
background-color: #B95617;
}
</style>
border-color css
<style>
span { border-color: #B95617; }
span { border-color: rgb(185,86,23); }
td.TdClassName
{
border-color: #B95617;
}
.TagClassName
{
border-color: #B95617;
}
</style>