Shades of Rustic Red #332021
Tints of Rustic Red #332021
RGB
CMYK
RGB Variations
Color information
#332021 (or 0x332021) is known color: Rustic Red. HEX triplet: 33, 20 and 21. RGB value is (51,32,33). Sum of RGB (Red+Green+Blue) = 51+32+33=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #332021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332021 is #CCDFDE. Grayscale: #252525. Windows color (decimal): -13426655 or 2170931. OLE color: 2170931.
HSL color Cylindrical-coordinate representation of color #332021: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332021 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 32 | 33 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.8 |
| HSL | 356.84º | 0.23% | 0.16% | - |
| HSV(B) | 356.84º | 0.37% | 0.2% | - |
| XYZ | 2.16 | 1.85 | 1.68 | - |
| YUV | 37.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 33 | 0 | 0.37 | 0.35 | 0.8 | 356.84 | 0.23 | 0.16 |
| Hex | 33 | 20 | 21 | 0 | 25 | 23 | 50 | 165 | 17 | 10 |
| Octal | 63 | 40 | 41 | 0 | 45 | 43 | 120 | 545 | 27 | 20 |
| Binary | 110011 | 100000 | 100001 | 0 | 100101 | 100011 | 1010000 | 101100101 | 10111 | 10000 |
Color Harmonies of #332021
Complementary color
Monochromatic Colors of #332021
Black with #332021
Text Example
Text Example
White with #332021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332021; }
p { color: rgb(51,32,33); }
H1.HeaderClassName
{
color: #332021;
}
.AnyTagClassName
{
color: #332021;
}
</style>
background-color css
<style>
a { background-color: #332021; }
a { background-color: rgb(51,32,33); }
div.DivClassName
{
background-color: #332021;
}
.BgClassName
{
background-color: #332021;
}
</style>
border-color css
<style>
span { border-color: #332021; }
span { border-color: rgb(51,32,33); }
td.TdClassName
{
border-color: #332021;
}
.TagClassName
{
border-color: #332021;
}
</style>