Shades of Rustic Red #322021
Tints of Rustic Red #322021
RGB
CMYK
RGB Variations
Color information
#322021 (or 0x322021) is known color: Rustic Red. HEX triplet: 32, 20 and 21. RGB value is (50,32,33). Sum of RGB (Red+Green+Blue) = 50+32+33=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #322021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322021 is #CDDFDE. Grayscale: #252525. Windows color (decimal): -13492191 or 2170930. OLE color: 2170930.
HSL color Cylindrical-coordinate representation of color #322021: hue angle of 356.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322021 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 32 | 33 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.80 |
| HSL | 356.67º | 0.22% | 0.16% | - |
| HSV(B) | 356.67º | 0.36% | 0.2% | - |
| XYZ | 2.11 | 1.82 | 1.68 | - |
| YUV | 37.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 33 | 0 | 0.36 | 0.34 | 0.80 | 356.67 | 0.22 | 0.16 |
| Hex | 32 | 20 | 21 | 0 | 24 | 22 | 50 | 165 | 16 | 10 |
| Octal | 62 | 40 | 41 | 0 | 44 | 42 | 120 | 545 | 26 | 20 |
| Binary | 110010 | 100000 | 100001 | 0 | 100100 | 100010 | 1010000 | 101100101 | 10110 | 10000 |
Color Harmonies of #322021
Complementary color
Monochromatic Colors of #322021
Black with #322021
Text Example
Text Example
White with #322021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322021; }
p { color: rgb(50,32,33); }
H1.HeaderClassName
{
color: #322021;
}
.AnyTagClassName
{
color: #322021;
}
</style>
background-color css
<style>
a { background-color: #322021; }
a { background-color: rgb(50,32,33); }
div.DivClassName
{
background-color: #322021;
}
.BgClassName
{
background-color: #322021;
}
</style>
border-color css
<style>
span { border-color: #322021; }
span { border-color: rgb(50,32,33); }
td.TdClassName
{
border-color: #322021;
}
.TagClassName
{
border-color: #322021;
}
</style>