Shades of Rust #B84D15
Tints of Rust #B84D15
RGB
CMYK
RGB Variations
Color information
#B84D15 (or 0xB84D15) is known color: Rust. HEX triplet: B8, 4D and 15. RGB value is (184,77,21). Sum of RGB (Red+Green+Blue) = 184+77+21=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D15 is #47B2EA. Grayscale: #666666. Windows color (decimal): -4698859 or 1396152. OLE color: 1396152.
HSL color Cylindrical-coordinate representation of color #B84D15: hue angle of 20.61º 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 #B84D15 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 21 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.28 |
| HSL | 20.61º | 0.8% | 0.4% | - |
| HSV(B) | 20.61º | 0.89% | 0.72% | - |
| XYZ | 22.56 | 15.55 | 2.52 | - |
| YUV | 102.61 | 81.95 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 21 | 0 | 0.58 | 0.89 | 0.28 | 20.61 | 0.8 | 0.4 |
| Hex | B8 | 4D | 15 | 0 | 3A | 59 | 1C | 15 | 50 | 28 |
| Octal | 270 | 115 | 25 | 0 | 72 | 131 | 34 | 25 | 120 | 50 |
| Binary | 10111000 | 1001101 | 10101 | 0 | 111010 | 1011001 | 11100 | 10101 | 1010000 | 101000 |
Color Harmonies of #B84D15
Complementary color
Monochromatic Colors of #B84D15
Black with #B84D15
Text Example
Text Example
White with #B84D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D15; }
p { color: rgb(184,77,21); }
H1.HeaderClassName
{
color: #B84D15;
}
.AnyTagClassName
{
color: #B84D15;
}
</style>
background-color css
<style>
a { background-color: #B84D15; }
a { background-color: rgb(184,77,21); }
div.DivClassName
{
background-color: #B84D15;
}
.BgClassName
{
background-color: #B84D15;
}
</style>
border-color css
<style>
span { border-color: #B84D15; }
span { border-color: rgb(184,77,21); }
td.TdClassName
{
border-color: #B84D15;
}
.TagClassName
{
border-color: #B84D15;
}
</style>