Shades of Rust #B84B1E
Tints of Rust #B84B1E
RGB
CMYK
RGB Variations
Color information
#B84B1E (or 0xB84B1E) is known color: Rust. HEX triplet: B8, 4B and 1E. RGB value is (184,75,30). Sum of RGB (Red+Green+Blue) = 184+75+30=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84B1E is #47B4E1. Grayscale: #666666. Windows color (decimal): -4699362 or 1985464. OLE color: 1985464.
HSL color Cylindrical-coordinate representation of color #B84B1E: hue angle of 17.53º 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 #B84B1E is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 30 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.28 |
| HSL | 17.53º | 0.72% | 0.42% | - |
| HSV(B) | 17.53º | 0.84% | 0.72% | - |
| XYZ | 22.52 | 15.32 | 3 | - |
| YUV | 102.46 | 87.11 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 30 | 0 | 0.59 | 0.84 | 0.28 | 17.53 | 0.72 | 0.42 |
| Hex | B8 | 4B | 1E | 0 | 3B | 54 | 1C | 12 | 48 | 2A |
| Octal | 270 | 113 | 36 | 0 | 73 | 124 | 34 | 22 | 110 | 52 |
| Binary | 10111000 | 1001011 | 11110 | 0 | 111011 | 1010100 | 11100 | 10010 | 1001000 | 101010 |
Color Harmonies of #B84B1E
Complementary color
Monochromatic Colors of #B84B1E
Black with #B84B1E
Text Example
Text Example
White with #B84B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B1E; }
p { color: rgb(184,75,30); }
H1.HeaderClassName
{
color: #B84B1E;
}
.AnyTagClassName
{
color: #B84B1E;
}
</style>
background-color css
<style>
a { background-color: #B84B1E; }
a { background-color: rgb(184,75,30); }
div.DivClassName
{
background-color: #B84B1E;
}
.BgClassName
{
background-color: #B84B1E;
}
</style>
border-color css
<style>
span { border-color: #B84B1E; }
span { border-color: rgb(184,75,30); }
td.TdClassName
{
border-color: #B84B1E;
}
.TagClassName
{
border-color: #B84B1E;
}
</style>