Shades of Rust #B84C15
Tints of Rust #B84C15
RGB
CMYK
RGB Variations
Color information
#B84C15 (or 0xB84C15) is known color: Rust. HEX triplet: B8, 4C and 15. RGB value is (184,76,21). Sum of RGB (Red+Green+Blue) = 184+76+21=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84C15 is #47B3EA. Grayscale: #666666. Windows color (decimal): -4699115 or 1395896. OLE color: 1395896.
HSL color Cylindrical-coordinate representation of color #B84C15: hue angle of 20.25º 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 #B84C15 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 21 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.28 |
| HSL | 20.25º | 0.8% | 0.4% | - |
| HSV(B) | 20.25º | 0.89% | 0.72% | - |
| XYZ | 22.49 | 15.41 | 2.5 | - |
| YUV | 102.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 21 | 0 | 0.59 | 0.89 | 0.28 | 20.25 | 0.8 | 0.4 |
| Hex | B8 | 4C | 15 | 0 | 3B | 59 | 1C | 14 | 50 | 28 |
| Octal | 270 | 114 | 25 | 0 | 73 | 131 | 34 | 24 | 120 | 50 |
| Binary | 10111000 | 1001100 | 10101 | 0 | 111011 | 1011001 | 11100 | 10100 | 1010000 | 101000 |
Color Harmonies of #B84C15
Complementary color
Monochromatic Colors of #B84C15
Black with #B84C15
Text Example
Text Example
White with #B84C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C15; }
p { color: rgb(184,76,21); }
H1.HeaderClassName
{
color: #B84C15;
}
.AnyTagClassName
{
color: #B84C15;
}
</style>
background-color css
<style>
a { background-color: #B84C15; }
a { background-color: rgb(184,76,21); }
div.DivClassName
{
background-color: #B84C15;
}
.BgClassName
{
background-color: #B84C15;
}
</style>
border-color css
<style>
span { border-color: #B84C15; }
span { border-color: rgb(184,76,21); }
td.TdClassName
{
border-color: #B84C15;
}
.TagClassName
{
border-color: #B84C15;
}
</style>