Shades of Rustic Red #210C15
Tints of Rustic Red #210C15
RGB
CMYK
RGB Variations
Color information
#210C15 (or 0x210C15) is known color: Rustic Red. HEX triplet: 21, 0C and 15. RGB value is (33,12,21). Sum of RGB (Red+Green+Blue) = 33+12+21=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C15 is #DEF3EA. Grayscale: #131313. Windows color (decimal): -14611435 or 1379361. OLE color: 1379361.
HSL color Cylindrical-coordinate representation of color #210C15: hue angle of 334.29º 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 #210C15 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 12 | 21 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.87 |
| HSL | 334.29º | 0.47% | 0.09% | - |
| HSV(B) | 334.29º | 0.64% | 0.13% | - |
| XYZ | 0.89 | 0.64 | 0.79 | - |
| YUV | 19.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 21 | 0 | 0.64 | 0.36 | 0.87 | 334.29 | 0.47 | 0.09 |
| Hex | 21 | C | 15 | 0 | 40 | 24 | 57 | 14E | 2F | 9 |
| Octal | 41 | 14 | 25 | 0 | 100 | 44 | 127 | 516 | 57 | 11 |
| Binary | 100001 | 1100 | 10101 | 0 | 1000000 | 100100 | 1010111 | 101001110 | 101111 | 1001 |
Color Harmonies of #210C15
Complementary color
Monochromatic Colors of #210C15
Black with #210C15
Text Example
Text Example
White with #210C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C15; }
p { color: rgb(33,12,21); }
H1.HeaderClassName
{
color: #210C15;
}
.AnyTagClassName
{
color: #210C15;
}
</style>
background-color css
<style>
a { background-color: #210C15; }
a { background-color: rgb(33,12,21); }
div.DivClassName
{
background-color: #210C15;
}
.BgClassName
{
background-color: #210C15;
}
</style>
border-color css
<style>
span { border-color: #210C15; }
span { border-color: rgb(33,12,21); }
td.TdClassName
{
border-color: #210C15;
}
.TagClassName
{
border-color: #210C15;
}
</style>