Shades of Rust #B84820
Tints of Rust #B84820
RGB
CMYK
RGB Variations
Color information
#B84820 (or 0xB84820) is known color: Rust. HEX triplet: B8, 48 and 20. RGB value is (184,72,32). Sum of RGB (Red+Green+Blue) = 184+72+32=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B84820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84820 is #47B7DF. Grayscale: #656565. Windows color (decimal): -4700128 or 2115768. OLE color: 2115768.
HSL color Cylindrical-coordinate representation of color #B84820: hue angle of 15.79º 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 #B84820 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 32 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.28 |
| HSL | 15.79º | 0.7% | 0.42% | - |
| HSV(B) | 15.79º | 0.83% | 0.72% | - |
| XYZ | 22.35 | 14.93 | 3.07 | - |
| YUV | 100.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 32 | 0 | 0.61 | 0.83 | 0.28 | 15.79 | 0.7 | 0.42 |
| Hex | B8 | 48 | 20 | 0 | 3D | 53 | 1C | 10 | 46 | 2A |
| Octal | 270 | 110 | 40 | 0 | 75 | 123 | 34 | 20 | 106 | 52 |
| Binary | 10111000 | 1001000 | 100000 | 0 | 111101 | 1010011 | 11100 | 10000 | 1000110 | 101010 |
Color Harmonies of #B84820
Complementary color
Monochromatic Colors of #B84820
Black with #B84820
Text Example
Text Example
White with #B84820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84820; }
p { color: rgb(184,72,32); }
H1.HeaderClassName
{
color: #B84820;
}
.AnyTagClassName
{
color: #B84820;
}
</style>
background-color css
<style>
a { background-color: #B84820; }
a { background-color: rgb(184,72,32); }
div.DivClassName
{
background-color: #B84820;
}
.BgClassName
{
background-color: #B84820;
}
</style>
border-color css
<style>
span { border-color: #B84820; }
span { border-color: rgb(184,72,32); }
td.TdClassName
{
border-color: #B84820;
}
.TagClassName
{
border-color: #B84820;
}
</style>