Shades of Rust #B84420
Tints of Rust #B84420
RGB
CMYK
RGB Variations
Color information
#B84420 (or 0xB84420) is known color: Rust. HEX triplet: B8, 44 and 20. RGB value is (184,68,32). Sum of RGB (Red+Green+Blue) = 184+68+32=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B84420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84420 is #47BBDF. Grayscale: #626262. Windows color (decimal): -4701152 or 2114744. OLE color: 2114744.
HSL color Cylindrical-coordinate representation of color #B84420: hue angle of 14.21º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B84420 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.28 |
| HSL | 14.21º | 0.7% | 0.42% | - |
| HSV(B) | 14.21º | 0.83% | 0.72% | - |
| XYZ | 22.1 | 14.43 | 2.99 | - |
| YUV | 98.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 32 | 0 | 0.63 | 0.83 | 0.28 | 14.21 | 0.7 | 0.42 |
| Hex | B8 | 44 | 20 | 0 | 3F | 53 | 1C | E | 46 | 2A |
| Octal | 270 | 104 | 40 | 0 | 77 | 123 | 34 | 16 | 106 | 52 |
| Binary | 10111000 | 1000100 | 100000 | 0 | 111111 | 1010011 | 11100 | 1110 | 1000110 | 101010 |
Color Harmonies of #B84420
Complementary color
Monochromatic Colors of #B84420
Black with #B84420
Text Example
Text Example
White with #B84420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84420; }
p { color: rgb(184,68,32); }
H1.HeaderClassName
{
color: #B84420;
}
.AnyTagClassName
{
color: #B84420;
}
</style>
background-color css
<style>
a { background-color: #B84420; }
a { background-color: rgb(184,68,32); }
div.DivClassName
{
background-color: #B84420;
}
.BgClassName
{
background-color: #B84420;
}
</style>
border-color css
<style>
span { border-color: #B84420; }
span { border-color: rgb(184,68,32); }
td.TdClassName
{
border-color: #B84420;
}
.TagClassName
{
border-color: #B84420;
}
</style>