Shades of Rustic Red #210D11
Tints of Rustic Red #210D11
RGB
CMYK
RGB Variations
Color information
#210D11 (or 0x210D11) is known color: Rustic Red. HEX triplet: 21, 0D and 11. RGB value is (33,13,17). Sum of RGB (Red+Green+Blue) = 33+13+17=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D11 is #DEF2EE. Grayscale: #131313. Windows color (decimal): -14611183 or 1117473. OLE color: 1117473.
HSL color Cylindrical-coordinate representation of color #210D11: hue angle of 348º 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 #210D11 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 17 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.87 |
| HSL | 348º | 0.43% | 0.09% | - |
| HSV(B) | 348º | 0.61% | 0.13% | - |
| XYZ | 0.87 | 0.65 | 0.61 | - |
| YUV | 19.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 17 | 0 | 0.61 | 0.48 | 0.87 | 348 | 0.43 | 0.09 |
| Hex | 21 | D | 11 | 0 | 3D | 30 | 57 | 15C | 2B | 9 |
| Octal | 41 | 15 | 21 | 0 | 75 | 60 | 127 | 534 | 53 | 11 |
| Binary | 100001 | 1101 | 10001 | 0 | 111101 | 110000 | 1010111 | 101011100 | 101011 | 1001 |
Color Harmonies of #210D11
Complementary color
Monochromatic Colors of #210D11
Black with #210D11
Text Example
Text Example
White with #210D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D11; }
p { color: rgb(33,13,17); }
H1.HeaderClassName
{
color: #210D11;
}
.AnyTagClassName
{
color: #210D11;
}
</style>
background-color css
<style>
a { background-color: #210D11; }
a { background-color: rgb(33,13,17); }
div.DivClassName
{
background-color: #210D11;
}
.BgClassName
{
background-color: #210D11;
}
</style>
border-color css
<style>
span { border-color: #210D11; }
span { border-color: rgb(33,13,17); }
td.TdClassName
{
border-color: #210D11;
}
.TagClassName
{
border-color: #210D11;
}
</style>