Shades of Rust #B85716
Tints of Rust #B85716
RGB
CMYK
RGB Variations
Color information
#B85716 (or 0xB85716) is known color: Rust. HEX triplet: B8, 57 and 16. RGB value is (184,87,22). Sum of RGB (Red+Green+Blue) = 184+87+22=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85716 is #47A8E9. Grayscale: #6C6C6C. Windows color (decimal): -4696298 or 1464248. OLE color: 1464248.
HSL color Cylindrical-coordinate representation of color #B85716: hue angle of 24.07º 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 #B85716 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 22 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.28 |
| HSL | 24.07º | 0.79% | 0.4% | - |
| HSV(B) | 24.07º | 0.88% | 0.72% | - |
| XYZ | 23.32 | 17.06 | 2.82 | - |
| YUV | 108.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 22 | 0 | 0.53 | 0.88 | 0.28 | 24.07 | 0.79 | 0.4 |
| Hex | B8 | 57 | 16 | 0 | 35 | 58 | 1C | 18 | 4F | 28 |
| Octal | 270 | 127 | 26 | 0 | 65 | 130 | 34 | 30 | 117 | 50 |
| Binary | 10111000 | 1010111 | 10110 | 0 | 110101 | 1011000 | 11100 | 11000 | 1001111 | 101000 |
Color Harmonies of #B85716
Complementary color
Monochromatic Colors of #B85716
Black with #B85716
Text Example
Text Example
White with #B85716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85716; }
p { color: rgb(184,87,22); }
H1.HeaderClassName
{
color: #B85716;
}
.AnyTagClassName
{
color: #B85716;
}
</style>
background-color css
<style>
a { background-color: #B85716; }
a { background-color: rgb(184,87,22); }
div.DivClassName
{
background-color: #B85716;
}
.BgClassName
{
background-color: #B85716;
}
</style>
border-color css
<style>
span { border-color: #B85716; }
span { border-color: rgb(184,87,22); }
td.TdClassName
{
border-color: #B85716;
}
.TagClassName
{
border-color: #B85716;
}
</style>