Shades of Rust #B84917
Tints of Rust #B84917
RGB
CMYK
RGB Variations
Color information
#B84917 (or 0xB84917) is known color: Rust. HEX triplet: B8, 49 and 17. RGB value is (184,73,23). Sum of RGB (Red+Green+Blue) = 184+73+23=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B84917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84917 is #47B6E8. Grayscale: #646464. Windows color (decimal): -4699881 or 1526200. OLE color: 1526200.
HSL color Cylindrical-coordinate representation of color #B84917: hue angle of 18.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B84917 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.28 |
| HSL | 18.63º | 0.78% | 0.41% | - |
| HSV(B) | 18.63º | 0.88% | 0.72% | - |
| XYZ | 22.3 | 15.02 | 2.53 | - |
| YUV | 100.49 | 84.27 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 23 | 0 | 0.60 | 0.88 | 0.28 | 18.63 | 0.78 | 0.41 |
| Hex | B8 | 49 | 17 | 0 | 3C | 58 | 1C | 13 | 4E | 29 |
| Octal | 270 | 111 | 27 | 0 | 74 | 130 | 34 | 23 | 116 | 51 |
| Binary | 10111000 | 1001001 | 10111 | 0 | 111100 | 1011000 | 11100 | 10011 | 1001110 | 101001 |
Color Harmonies of #B84917
Complementary color
Monochromatic Colors of #B84917
Black with #B84917
Text Example
Text Example
White with #B84917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84917; }
p { color: rgb(184,73,23); }
H1.HeaderClassName
{
color: #B84917;
}
.AnyTagClassName
{
color: #B84917;
}
</style>
background-color css
<style>
a { background-color: #B84917; }
a { background-color: rgb(184,73,23); }
div.DivClassName
{
background-color: #B84917;
}
.BgClassName
{
background-color: #B84917;
}
</style>
border-color css
<style>
span { border-color: #B84917; }
span { border-color: rgb(184,73,23); }
td.TdClassName
{
border-color: #B84917;
}
.TagClassName
{
border-color: #B84917;
}
</style>