Shades of Rustic Red #210C11
Tints of Rustic Red #210C11
RGB
CMYK
RGB Variations
Color information
#210C11 (or 0x210C11) is known color: Rustic Red. HEX triplet: 21, 0C and 11. RGB value is (33,12,17). Sum of RGB (Red+Green+Blue) = 33+12+17=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #210C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C11 is #DEF3EE. Grayscale: #121212. Windows color (decimal): -14611439 or 1117217. OLE color: 1117217.
HSL color Cylindrical-coordinate representation of color #210C11: hue angle of 345.71º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #210C11 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 12 | 17 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.87 |
| HSL | 345.71º | 0.47% | 0.09% | - |
| HSV(B) | 345.71º | 0.64% | 0.13% | - |
| XYZ | 0.86 | 0.63 | 0.61 | - |
| YUV | 18.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 17 | 0 | 0.64 | 0.48 | 0.87 | 345.71 | 0.47 | 0.09 |
| Hex | 21 | C | 11 | 0 | 40 | 30 | 57 | 15A | 2F | 9 |
| Octal | 41 | 14 | 21 | 0 | 100 | 60 | 127 | 532 | 57 | 11 |
| Binary | 100001 | 1100 | 10001 | 0 | 1000000 | 110000 | 1010111 | 101011010 | 101111 | 1001 |
Color Harmonies of #210C11
Complementary color
Monochromatic Colors of #210C11
Black with #210C11
Text Example
Text Example
White with #210C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C11; }
p { color: rgb(33,12,17); }
H1.HeaderClassName
{
color: #210C11;
}
.AnyTagClassName
{
color: #210C11;
}
</style>
background-color css
<style>
a { background-color: #210C11; }
a { background-color: rgb(33,12,17); }
div.DivClassName
{
background-color: #210C11;
}
.BgClassName
{
background-color: #210C11;
}
</style>
border-color css
<style>
span { border-color: #210C11; }
span { border-color: rgb(33,12,17); }
td.TdClassName
{
border-color: #210C11;
}
.TagClassName
{
border-color: #210C11;
}
</style>