Shades of Rust #B84C1E
Tints of Rust #B84C1E
RGB
CMYK
RGB Variations
Color information
#B84C1E (or 0xB84C1E) is known color: Rust. HEX triplet: B8, 4C and 1E. RGB value is (184,76,30). Sum of RGB (Red+Green+Blue) = 184+76+30=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C1E is #47B3E1. Grayscale: #676767. Windows color (decimal): -4699106 or 1985720. OLE color: 1985720.
HSL color Cylindrical-coordinate representation of color #B84C1E: hue angle of 17.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B84C1E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 30 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.28 |
| HSL | 17.92º | 0.72% | 0.42% | - |
| HSV(B) | 17.92º | 0.84% | 0.72% | - |
| XYZ | 22.59 | 15.45 | 3.02 | - |
| YUV | 103.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 30 | 0 | 0.59 | 0.84 | 0.28 | 17.92 | 0.72 | 0.42 |
| Hex | B8 | 4C | 1E | 0 | 3B | 54 | 1C | 12 | 48 | 2A |
| Octal | 270 | 114 | 36 | 0 | 73 | 124 | 34 | 22 | 110 | 52 |
| Binary | 10111000 | 1001100 | 11110 | 0 | 111011 | 1010100 | 11100 | 10010 | 1001000 | 101010 |
Color Harmonies of #B84C1E
Complementary color
Monochromatic Colors of #B84C1E
Black with #B84C1E
Text Example
Text Example
White with #B84C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C1E; }
p { color: rgb(184,76,30); }
H1.HeaderClassName
{
color: #B84C1E;
}
.AnyTagClassName
{
color: #B84C1E;
}
</style>
background-color css
<style>
a { background-color: #B84C1E; }
a { background-color: rgb(184,76,30); }
div.DivClassName
{
background-color: #B84C1E;
}
.BgClassName
{
background-color: #B84C1E;
}
</style>
border-color css
<style>
span { border-color: #B84C1E; }
span { border-color: rgb(184,76,30); }
td.TdClassName
{
border-color: #B84C1E;
}
.TagClassName
{
border-color: #B84C1E;
}
</style>