Shades of Rust #B84916
Tints of Rust #B84916
RGB
CMYK
RGB Variations
Color information
#B84916 (or 0xB84916) is known color: Rust. HEX triplet: B8, 49 and 16. RGB value is (184,73,22). Sum of RGB (Red+Green+Blue) = 184+73+22=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B84916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84916 is #47B6E9. Grayscale: #646464. Windows color (decimal): -4699882 or 1460664. OLE color: 1460664.
HSL color Cylindrical-coordinate representation of color #B84916: hue angle of 18.89º 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 #B84916 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 22 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.28 |
| HSL | 18.89º | 0.79% | 0.4% | - |
| HSV(B) | 18.89º | 0.88% | 0.72% | - |
| XYZ | 22.29 | 15.01 | 2.48 | - |
| YUV | 100.38 | 83.77 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 22 | 0 | 0.60 | 0.88 | 0.28 | 18.89 | 0.79 | 0.4 |
| Hex | B8 | 49 | 16 | 0 | 3C | 58 | 1C | 13 | 4F | 28 |
| Octal | 270 | 111 | 26 | 0 | 74 | 130 | 34 | 23 | 117 | 50 |
| Binary | 10111000 | 1001001 | 10110 | 0 | 111100 | 1011000 | 11100 | 10011 | 1001111 | 101000 |
Color Harmonies of #B84916
Complementary color
Monochromatic Colors of #B84916
Black with #B84916
Text Example
Text Example
White with #B84916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84916; }
p { color: rgb(184,73,22); }
H1.HeaderClassName
{
color: #B84916;
}
.AnyTagClassName
{
color: #B84916;
}
</style>
background-color css
<style>
a { background-color: #B84916; }
a { background-color: rgb(184,73,22); }
div.DivClassName
{
background-color: #B84916;
}
.BgClassName
{
background-color: #B84916;
}
</style>
border-color css
<style>
span { border-color: #B84916; }
span { border-color: rgb(184,73,22); }
td.TdClassName
{
border-color: #B84916;
}
.TagClassName
{
border-color: #B84916;
}
</style>