Shades of Rust #B84D16
Tints of Rust #B84D16
RGB
CMYK
RGB Variations
Color information
#B84D16 (or 0xB84D16) is known color: Rust. HEX triplet: B8, 4D and 16. RGB value is (184,77,22). Sum of RGB (Red+Green+Blue) = 184+77+22=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D16 is #47B2E9. Grayscale: #676767. Windows color (decimal): -4698858 or 1461688. OLE color: 1461688.
HSL color Cylindrical-coordinate representation of color #B84D16: hue angle of 20.37º 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 #B84D16 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 22 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.28 |
| HSL | 20.37º | 0.79% | 0.4% | - |
| HSV(B) | 20.37º | 0.88% | 0.72% | - |
| XYZ | 22.57 | 15.56 | 2.57 | - |
| YUV | 102.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 22 | 0 | 0.58 | 0.88 | 0.28 | 20.37 | 0.79 | 0.4 |
| Hex | B8 | 4D | 16 | 0 | 3A | 58 | 1C | 14 | 4F | 28 |
| Octal | 270 | 115 | 26 | 0 | 72 | 130 | 34 | 24 | 117 | 50 |
| Binary | 10111000 | 1001101 | 10110 | 0 | 111010 | 1011000 | 11100 | 10100 | 1001111 | 101000 |
Color Harmonies of #B84D16
Complementary color
Monochromatic Colors of #B84D16
Black with #B84D16
Text Example
Text Example
White with #B84D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D16; }
p { color: rgb(184,77,22); }
H1.HeaderClassName
{
color: #B84D16;
}
.AnyTagClassName
{
color: #B84D16;
}
</style>
background-color css
<style>
a { background-color: #B84D16; }
a { background-color: rgb(184,77,22); }
div.DivClassName
{
background-color: #B84D16;
}
.BgClassName
{
background-color: #B84D16;
}
</style>
border-color css
<style>
span { border-color: #B84D16; }
span { border-color: rgb(184,77,22); }
td.TdClassName
{
border-color: #B84D16;
}
.TagClassName
{
border-color: #B84D16;
}
</style>