Shades of Rustic Red #210D16
Tints of Rustic Red #210D16
RGB
CMYK
RGB Variations
Color information
#210D16 (or 0x210D16) is known color: Rustic Red. HEX triplet: 21, 0D and 16. RGB value is (33,13,22). Sum of RGB (Red+Green+Blue) = 33+13+22=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #210D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D16 is #DEF2E9. Grayscale: #131313. Windows color (decimal): -14611178 or 1445153. OLE color: 1445153.
HSL color Cylindrical-coordinate representation of color #210D16: hue angle of 333º 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 #210D16 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 22 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.87 |
| HSL | 333º | 0.43% | 0.09% | - |
| HSV(B) | 333º | 0.61% | 0.13% | - |
| XYZ | 0.92 | 0.67 | 0.84 | - |
| YUV | 20.01 | 129.13 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 22 | 0 | 0.61 | 0.33 | 0.87 | 333 | 0.43 | 0.09 |
| Hex | 21 | D | 16 | 0 | 3D | 21 | 57 | 14D | 2B | 9 |
| Octal | 41 | 15 | 26 | 0 | 75 | 41 | 127 | 515 | 53 | 11 |
| Binary | 100001 | 1101 | 10110 | 0 | 111101 | 100001 | 1010111 | 101001101 | 101011 | 1001 |
Color Harmonies of #210D16
Complementary color
Monochromatic Colors of #210D16
Black with #210D16
Text Example
Text Example
White with #210D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D16; }
p { color: rgb(33,13,22); }
H1.HeaderClassName
{
color: #210D16;
}
.AnyTagClassName
{
color: #210D16;
}
</style>
background-color css
<style>
a { background-color: #210D16; }
a { background-color: rgb(33,13,22); }
div.DivClassName
{
background-color: #210D16;
}
.BgClassName
{
background-color: #210D16;
}
</style>
border-color css
<style>
span { border-color: #210D16; }
span { border-color: rgb(33,13,22); }
td.TdClassName
{
border-color: #210D16;
}
.TagClassName
{
border-color: #210D16;
}
</style>