Shades of Rust #B85616
Tints of Rust #B85616
RGB
CMYK
RGB Variations
Color information
#B85616 (or 0xB85616) is known color: Rust. HEX triplet: B8, 56 and 16. RGB value is (184,86,22). Sum of RGB (Red+Green+Blue) = 184+86+22=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B85616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85616 is #47A9E9. Grayscale: #6C6C6C. Windows color (decimal): -4696554 or 1463992. OLE color: 1463992.
HSL color Cylindrical-coordinate representation of color #B85616: hue angle of 23.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B85616 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 22 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.28 |
| HSL | 23.7º | 0.79% | 0.4% | - |
| HSV(B) | 23.7º | 0.88% | 0.72% | - |
| XYZ | 23.24 | 16.9 | 2.8 | - |
| YUV | 108.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 22 | 0 | 0.53 | 0.88 | 0.28 | 23.7 | 0.79 | 0.4 |
| Hex | B8 | 56 | 16 | 0 | 35 | 58 | 1C | 18 | 4F | 28 |
| Octal | 270 | 126 | 26 | 0 | 65 | 130 | 34 | 30 | 117 | 50 |
| Binary | 10111000 | 1010110 | 10110 | 0 | 110101 | 1011000 | 11100 | 11000 | 1001111 | 101000 |
Color Harmonies of #B85616
Complementary color
Monochromatic Colors of #B85616
Black with #B85616
Text Example
Text Example
White with #B85616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85616; }
p { color: rgb(184,86,22); }
H1.HeaderClassName
{
color: #B85616;
}
.AnyTagClassName
{
color: #B85616;
}
</style>
background-color css
<style>
a { background-color: #B85616; }
a { background-color: rgb(184,86,22); }
div.DivClassName
{
background-color: #B85616;
}
.BgClassName
{
background-color: #B85616;
}
</style>
border-color css
<style>
span { border-color: #B85616; }
span { border-color: rgb(184,86,22); }
td.TdClassName
{
border-color: #B85616;
}
.TagClassName
{
border-color: #B85616;
}
</style>