Shades of Rust #B85116
Tints of Rust #B85116
RGB
CMYK
RGB Variations
Color information
#B85116 (or 0xB85116) is known color: Rust. HEX triplet: B8, 51 and 16. RGB value is (184,81,22). Sum of RGB (Red+Green+Blue) = 184+81+22=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B85116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85116 is #47AEE9. Grayscale: #696969. Windows color (decimal): -4697834 or 1462712. OLE color: 1462712.
HSL color Cylindrical-coordinate representation of color #B85116: hue angle of 21.85º 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 #B85116 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 22 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.28 |
| HSL | 21.85º | 0.79% | 0.4% | - |
| HSV(B) | 21.85º | 0.88% | 0.72% | - |
| XYZ | 22.85 | 16.13 | 2.67 | - |
| YUV | 105.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 22 | 0 | 0.56 | 0.88 | 0.28 | 21.85 | 0.79 | 0.4 |
| Hex | B8 | 51 | 16 | 0 | 38 | 58 | 1C | 16 | 4F | 28 |
| Octal | 270 | 121 | 26 | 0 | 70 | 130 | 34 | 26 | 117 | 50 |
| Binary | 10111000 | 1010001 | 10110 | 0 | 111000 | 1011000 | 11100 | 10110 | 1001111 | 101000 |
Color Harmonies of #B85116
Complementary color
Monochromatic Colors of #B85116
Black with #B85116
Text Example
Text Example
White with #B85116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85116; }
p { color: rgb(184,81,22); }
H1.HeaderClassName
{
color: #B85116;
}
.AnyTagClassName
{
color: #B85116;
}
</style>
background-color css
<style>
a { background-color: #B85116; }
a { background-color: rgb(184,81,22); }
div.DivClassName
{
background-color: #B85116;
}
.BgClassName
{
background-color: #B85116;
}
</style>
border-color css
<style>
span { border-color: #B85116; }
span { border-color: rgb(184,81,22); }
td.TdClassName
{
border-color: #B85116;
}
.TagClassName
{
border-color: #B85116;
}
</style>