Shades of Rustic Red #210A14
Tints of Rustic Red #210A14
RGB
CMYK
RGB Variations
Color information
#210A14 (or 0x210A14) is known color: Rustic Red. HEX triplet: 21, 0A and 14. RGB value is (33,10,20). Sum of RGB (Red+Green+Blue) = 33+10+20=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210A14 is #DEF5EB. Grayscale: #121212. Windows color (decimal): -14611948 or 1313313. OLE color: 1313313.
HSL color Cylindrical-coordinate representation of color #210A14: hue angle of 333.91º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210A14 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 10 | 20 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.87 |
| HSL | 333.91º | 0.53% | 0.08% | - |
| HSV(B) | 333.91º | 0.7% | 0.13% | - |
| XYZ | 0.86 | 0.59 | 0.73 | - |
| YUV | 18.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 20 | 0 | 0.70 | 0.39 | 0.87 | 333.91 | 0.53 | 0.08 |
| Hex | 21 | A | 14 | 0 | 46 | 27 | 57 | 14E | 35 | 8 |
| Octal | 41 | 12 | 24 | 0 | 106 | 47 | 127 | 516 | 65 | 10 |
| Binary | 100001 | 1010 | 10100 | 0 | 1000110 | 100111 | 1010111 | 101001110 | 110101 | 1000 |
Color Harmonies of #210A14
Complementary color
Monochromatic Colors of #210A14
Black with #210A14
Text Example
Text Example
White with #210A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A14; }
p { color: rgb(33,10,20); }
H1.HeaderClassName
{
color: #210A14;
}
.AnyTagClassName
{
color: #210A14;
}
</style>
background-color css
<style>
a { background-color: #210A14; }
a { background-color: rgb(33,10,20); }
div.DivClassName
{
background-color: #210A14;
}
.BgClassName
{
background-color: #210A14;
}
</style>
border-color css
<style>
span { border-color: #210A14; }
span { border-color: rgb(33,10,20); }
td.TdClassName
{
border-color: #210A14;
}
.TagClassName
{
border-color: #210A14;
}
</style>