Shades of Rust #B95516
Tints of Rust #B95516
RGB
CMYK
RGB Variations
Color information
#B95516 (or 0xB95516) is known color: Rust. HEX triplet: B9, 55 and 16. RGB value is (185,85,22). Sum of RGB (Red+Green+Blue) = 185+85+22=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B95516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95516 is #46AAE9. Grayscale: #6C6C6C. Windows color (decimal): -4631274 or 1463737. OLE color: 1463737.
HSL color Cylindrical-coordinate representation of color #B95516: hue angle of 23.19º 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 #B95516 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 22 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.27 |
| HSL | 23.19º | 0.79% | 0.41% | - |
| HSV(B) | 23.19º | 0.88% | 0.73% | - |
| XYZ | 23.4 | 16.87 | 2.78 | - |
| YUV | 107.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 22 | 0 | 0.54 | 0.88 | 0.27 | 23.19 | 0.79 | 0.41 |
| Hex | B9 | 55 | 16 | 0 | 36 | 58 | 1B | 17 | 4F | 29 |
| Octal | 271 | 125 | 26 | 0 | 66 | 130 | 33 | 27 | 117 | 51 |
| Binary | 10111001 | 1010101 | 10110 | 0 | 110110 | 1011000 | 11011 | 10111 | 1001111 | 101001 |
Color Harmonies of #B95516
Complementary color
Monochromatic Colors of #B95516
Black with #B95516
Text Example
Text Example
White with #B95516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95516; }
p { color: rgb(185,85,22); }
H1.HeaderClassName
{
color: #B95516;
}
.AnyTagClassName
{
color: #B95516;
}
</style>
background-color css
<style>
a { background-color: #B95516; }
a { background-color: rgb(185,85,22); }
div.DivClassName
{
background-color: #B95516;
}
.BgClassName
{
background-color: #B95516;
}
</style>
border-color css
<style>
span { border-color: #B95516; }
span { border-color: rgb(185,85,22); }
td.TdClassName
{
border-color: #B95516;
}
.TagClassName
{
border-color: #B95516;
}
</style>