Shades of Rust #B84220
Tints of Rust #B84220
RGB
CMYK
RGB Variations
Color information
#B84220 (or 0xB84220) is known color: Rust. HEX triplet: B8, 42 and 20. RGB value is (184,66,32). Sum of RGB (Red+Green+Blue) = 184+66+32=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B84220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84220 is #47BDDF. Grayscale: #616161. Windows color (decimal): -4701664 or 2114232. OLE color: 2114232.
HSL color Cylindrical-coordinate representation of color #B84220: hue angle of 13.42º 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 #B84220 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 32 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.28 |
| HSL | 13.42º | 0.7% | 0.42% | - |
| HSV(B) | 13.42º | 0.83% | 0.72% | - |
| XYZ | 21.98 | 14.19 | 2.95 | - |
| YUV | 97.41 | 91.09 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 32 | 0 | 0.64 | 0.83 | 0.28 | 13.42 | 0.7 | 0.42 |
| Hex | B8 | 42 | 20 | 0 | 40 | 53 | 1C | D | 46 | 2A |
| Octal | 270 | 102 | 40 | 0 | 100 | 123 | 34 | 15 | 106 | 52 |
| Binary | 10111000 | 1000010 | 100000 | 0 | 1000000 | 1010011 | 11100 | 1101 | 1000110 | 101010 |
Color Harmonies of #B84220
Complementary color
Monochromatic Colors of #B84220
Black with #B84220
Text Example
Text Example
White with #B84220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84220; }
p { color: rgb(184,66,32); }
H1.HeaderClassName
{
color: #B84220;
}
.AnyTagClassName
{
color: #B84220;
}
</style>
background-color css
<style>
a { background-color: #B84220; }
a { background-color: rgb(184,66,32); }
div.DivClassName
{
background-color: #B84220;
}
.BgClassName
{
background-color: #B84220;
}
</style>
border-color css
<style>
span { border-color: #B84220; }
span { border-color: rgb(184,66,32); }
td.TdClassName
{
border-color: #B84220;
}
.TagClassName
{
border-color: #B84220;
}
</style>