Shades of Rustic Red #210C14
Tints of Rustic Red #210C14
RGB
CMYK
RGB Variations
Color information
#210C14 (or 0x210C14) is known color: Rustic Red. HEX triplet: 21, 0C and 14. RGB value is (33,12,20). Sum of RGB (Red+Green+Blue) = 33+12+20=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #210C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C14 is #DEF3EB. Grayscale: #131313. Windows color (decimal): -14611436 or 1313825. OLE color: 1313825.
HSL color Cylindrical-coordinate representation of color #210C14: hue angle of 337.14º 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 #210C14 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 12 | 20 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.87 |
| HSL | 337.14º | 0.47% | 0.09% | - |
| HSV(B) | 337.14º | 0.64% | 0.13% | - |
| XYZ | 0.88 | 0.64 | 0.74 | - |
| YUV | 19.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 20 | 0 | 0.64 | 0.39 | 0.87 | 337.14 | 0.47 | 0.09 |
| Hex | 21 | C | 14 | 0 | 40 | 27 | 57 | 151 | 2F | 9 |
| Octal | 41 | 14 | 24 | 0 | 100 | 47 | 127 | 521 | 57 | 11 |
| Binary | 100001 | 1100 | 10100 | 0 | 1000000 | 100111 | 1010111 | 101010001 | 101111 | 1001 |
Color Harmonies of #210C14
Complementary color
Monochromatic Colors of #210C14
Black with #210C14
Text Example
Text Example
White with #210C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C14; }
p { color: rgb(33,12,20); }
H1.HeaderClassName
{
color: #210C14;
}
.AnyTagClassName
{
color: #210C14;
}
</style>
background-color css
<style>
a { background-color: #210C14; }
a { background-color: rgb(33,12,20); }
div.DivClassName
{
background-color: #210C14;
}
.BgClassName
{
background-color: #210C14;
}
</style>
border-color css
<style>
span { border-color: #210C14; }
span { border-color: rgb(33,12,20); }
td.TdClassName
{
border-color: #210C14;
}
.TagClassName
{
border-color: #210C14;
}
</style>