Shades of Rustic Red #210E15
Tints of Rustic Red #210E15
RGB
CMYK
RGB Variations
Color information
#210E15 (or 0x210E15) is known color: Rustic Red. HEX triplet: 21, 0E and 15. RGB value is (33,14,21). Sum of RGB (Red+Green+Blue) = 33+14+21=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #210E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E15 is #DEF1EA. Grayscale: #141414. Windows color (decimal): -14610923 or 1379873. OLE color: 1379873.
HSL color Cylindrical-coordinate representation of color #210E15: hue angle of 337.89º 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 #210E15 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 21 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.87 |
| HSL | 337.89º | 0.4% | 0.09% | - |
| HSV(B) | 337.89º | 0.58% | 0.13% | - |
| XYZ | 0.92 | 0.69 | 0.79 | - |
| YUV | 20.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 21 | 0 | 0.58 | 0.36 | 0.87 | 337.89 | 0.4 | 0.09 |
| Hex | 21 | E | 15 | 0 | 3A | 24 | 57 | 152 | 28 | 9 |
| Octal | 41 | 16 | 25 | 0 | 72 | 44 | 127 | 522 | 50 | 11 |
| Binary | 100001 | 1110 | 10101 | 0 | 111010 | 100100 | 1010111 | 101010010 | 101000 | 1001 |
Color Harmonies of #210E15
Complementary color
Monochromatic Colors of #210E15
Black with #210E15
Text Example
Text Example
White with #210E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E15; }
p { color: rgb(33,14,21); }
H1.HeaderClassName
{
color: #210E15;
}
.AnyTagClassName
{
color: #210E15;
}
</style>
background-color css
<style>
a { background-color: #210E15; }
a { background-color: rgb(33,14,21); }
div.DivClassName
{
background-color: #210E15;
}
.BgClassName
{
background-color: #210E15;
}
</style>
border-color css
<style>
span { border-color: #210E15; }
span { border-color: rgb(33,14,21); }
td.TdClassName
{
border-color: #210E15;
}
.TagClassName
{
border-color: #210E15;
}
</style>