Shades of Rustic Red #210E12
Tints of Rustic Red #210E12
RGB
CMYK
RGB Variations
Color information
#210E12 (or 0x210E12) is known color: Rustic Red. HEX triplet: 21, 0E and 12. RGB value is (33,14,18). Sum of RGB (Red+Green+Blue) = 33+14+18=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #210E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E12 is #DEF1ED. Grayscale: #141414. Windows color (decimal): -14610926 or 1183265. OLE color: 1183265.
HSL color Cylindrical-coordinate representation of color #210E12: hue angle of 347.37º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #210E12 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 18 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.87 |
| HSL | 347.37º | 0.4% | 0.09% | - |
| HSV(B) | 347.37º | 0.58% | 0.13% | - |
| XYZ | 0.89 | 0.68 | 0.66 | - |
| YUV | 20.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 18 | 0 | 0.58 | 0.45 | 0.87 | 347.37 | 0.4 | 0.09 |
| Hex | 21 | E | 12 | 0 | 3A | 2D | 57 | 15B | 28 | 9 |
| Octal | 41 | 16 | 22 | 0 | 72 | 55 | 127 | 533 | 50 | 11 |
| Binary | 100001 | 1110 | 10010 | 0 | 111010 | 101101 | 1010111 | 101011011 | 101000 | 1001 |
Color Harmonies of #210E12
Complementary color
Monochromatic Colors of #210E12
Black with #210E12
Text Example
Text Example
White with #210E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E12; }
p { color: rgb(33,14,18); }
H1.HeaderClassName
{
color: #210E12;
}
.AnyTagClassName
{
color: #210E12;
}
</style>
background-color css
<style>
a { background-color: #210E12; }
a { background-color: rgb(33,14,18); }
div.DivClassName
{
background-color: #210E12;
}
.BgClassName
{
background-color: #210E12;
}
</style>
border-color css
<style>
span { border-color: #210E12; }
span { border-color: rgb(33,14,18); }
td.TdClassName
{
border-color: #210E12;
}
.TagClassName
{
border-color: #210E12;
}
</style>