Shades of Rustic Red #210210
Tints of Rustic Red #210210
RGB
CMYK
RGB Variations
Color information
#210210 (or 0x210210) is known color: Rustic Red. HEX triplet: 21, 02 and 10. RGB value is (33,2,16). Sum of RGB (Red+Green+Blue) = 33+2+16=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #210210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210210 is #DEFDEF. Grayscale: #0C0C0C. Windows color (decimal): -14614000 or 1049121. OLE color: 1049121.
HSL color Cylindrical-coordinate representation of color #210210: hue angle of 332.9º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210210 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 16 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.87 |
| HSL | 332.9º | 0.89% | 0.07% | - |
| HSV(B) | 332.9º | 0.94% | 0.13% | - |
| XYZ | 0.74 | 0.4 | 0.53 | - |
| YUV | 12.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 16 | 0 | 0.94 | 0.52 | 0.87 | 332.9 | 0.89 | 0.07 |
| Hex | 21 | 2 | 10 | 0 | 5E | 34 | 57 | 14D | 59 | 7 |
| Octal | 41 | 2 | 20 | 0 | 136 | 64 | 127 | 515 | 131 | 7 |
| Binary | 100001 | 10 | 10000 | 0 | 1011110 | 110100 | 1010111 | 101001101 | 1011001 | 111 |
Color Harmonies of #210210
Complementary color
Monochromatic Colors of #210210
Black with #210210
Text Example
Text Example
White with #210210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210210; }
p { color: rgb(33,2,16); }
H1.HeaderClassName
{
color: #210210;
}
.AnyTagClassName
{
color: #210210;
}
</style>
background-color css
<style>
a { background-color: #210210; }
a { background-color: rgb(33,2,16); }
div.DivClassName
{
background-color: #210210;
}
.BgClassName
{
background-color: #210210;
}
</style>
border-color css
<style>
span { border-color: #210210; }
span { border-color: rgb(33,2,16); }
td.TdClassName
{
border-color: #210210;
}
.TagClassName
{
border-color: #210210;
}
</style>