Shades of Rust #B84815
Tints of Rust #B84815
RGB
CMYK
RGB Variations
Color information
#B84815 (or 0xB84815) is known color: Rust. HEX triplet: B8, 48 and 15. RGB value is (184,72,21). Sum of RGB (Red+Green+Blue) = 184+72+21=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B84815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84815 is #47B7EA. Grayscale: #636363. Windows color (decimal): -4700139 or 1394872. OLE color: 1394872.
HSL color Cylindrical-coordinate representation of color #B84815: hue angle of 18.77º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B84815 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 21 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.28 |
| HSL | 18.77º | 0.8% | 0.4% | - |
| HSV(B) | 18.77º | 0.89% | 0.72% | - |
| XYZ | 22.22 | 14.88 | 2.41 | - |
| YUV | 99.67 | 83.61 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 21 | 0 | 0.61 | 0.89 | 0.28 | 18.77 | 0.8 | 0.4 |
| Hex | B8 | 48 | 15 | 0 | 3D | 59 | 1C | 13 | 50 | 28 |
| Octal | 270 | 110 | 25 | 0 | 75 | 131 | 34 | 23 | 120 | 50 |
| Binary | 10111000 | 1001000 | 10101 | 0 | 111101 | 1011001 | 11100 | 10011 | 1010000 | 101000 |
Color Harmonies of #B84815
Complementary color
Monochromatic Colors of #B84815
Black with #B84815
Text Example
Text Example
White with #B84815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84815; }
p { color: rgb(184,72,21); }
H1.HeaderClassName
{
color: #B84815;
}
.AnyTagClassName
{
color: #B84815;
}
</style>
background-color css
<style>
a { background-color: #B84815; }
a { background-color: rgb(184,72,21); }
div.DivClassName
{
background-color: #B84815;
}
.BgClassName
{
background-color: #B84815;
}
</style>
border-color css
<style>
span { border-color: #B84815; }
span { border-color: rgb(184,72,21); }
td.TdClassName
{
border-color: #B84815;
}
.TagClassName
{
border-color: #B84815;
}
</style>