Shades of Rustic Red #210D14
Tints of Rustic Red #210D14
RGB
CMYK
RGB Variations
Color information
#210D14 (or 0x210D14) is known color: Rustic Red. HEX triplet: 21, 0D and 14. RGB value is (33,13,20). Sum of RGB (Red+Green+Blue) = 33+13+20=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D14 is #DEF2EB. Grayscale: #131313. Windows color (decimal): -14611180 or 1314081. OLE color: 1314081.
HSL color Cylindrical-coordinate representation of color #210D14: hue angle of 339º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D14 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 20 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.87 |
| HSL | 339º | 0.43% | 0.09% | - |
| HSV(B) | 339º | 0.61% | 0.13% | - |
| XYZ | 0.9 | 0.66 | 0.74 | - |
| YUV | 19.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 20 | 0 | 0.61 | 0.39 | 0.87 | 339 | 0.43 | 0.09 |
| Hex | 21 | D | 14 | 0 | 3D | 27 | 57 | 153 | 2B | 9 |
| Octal | 41 | 15 | 24 | 0 | 75 | 47 | 127 | 523 | 53 | 11 |
| Binary | 100001 | 1101 | 10100 | 0 | 111101 | 100111 | 1010111 | 101010011 | 101011 | 1001 |
Color Harmonies of #210D14
Complementary color
Monochromatic Colors of #210D14
Black with #210D14
Text Example
Text Example
White with #210D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D14; }
p { color: rgb(33,13,20); }
H1.HeaderClassName
{
color: #210D14;
}
.AnyTagClassName
{
color: #210D14;
}
</style>
background-color css
<style>
a { background-color: #210D14; }
a { background-color: rgb(33,13,20); }
div.DivClassName
{
background-color: #210D14;
}
.BgClassName
{
background-color: #210D14;
}
</style>
border-color css
<style>
span { border-color: #210D14; }
span { border-color: rgb(33,13,20); }
td.TdClassName
{
border-color: #210D14;
}
.TagClassName
{
border-color: #210D14;
}
</style>