Shades of Rustic Red #210410
Tints of Rustic Red #210410
RGB
CMYK
RGB Variations
Color information
#210410 (or 0x210410) is known color: Rustic Red. HEX triplet: 21, 04 and 10. RGB value is (33,4,16). Sum of RGB (Red+Green+Blue) = 33+4+16=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #210410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210410 is #DEFBEF. Grayscale: #0E0E0E. Windows color (decimal): -14613488 or 1049633. OLE color: 1049633.
HSL color Cylindrical-coordinate representation of color #210410: hue angle of 335.17º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210410 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 16 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.87 |
| HSL | 335.17º | 0.78% | 0.07% | - |
| HSV(B) | 335.17º | 0.88% | 0.13% | - |
| XYZ | 0.76 | 0.45 | 0.54 | - |
| YUV | 14.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 16 | 0 | 0.88 | 0.52 | 0.87 | 335.17 | 0.78 | 0.07 |
| Hex | 21 | 4 | 10 | 0 | 58 | 34 | 57 | 14F | 4E | 7 |
| Octal | 41 | 4 | 20 | 0 | 130 | 64 | 127 | 517 | 116 | 7 |
| Binary | 100001 | 100 | 10000 | 0 | 1011000 | 110100 | 1010111 | 101001111 | 1001110 | 111 |
Color Harmonies of #210410
Complementary color
Monochromatic Colors of #210410
Black with #210410
Text Example
Text Example
White with #210410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210410; }
p { color: rgb(33,4,16); }
H1.HeaderClassName
{
color: #210410;
}
.AnyTagClassName
{
color: #210410;
}
</style>
background-color css
<style>
a { background-color: #210410; }
a { background-color: rgb(33,4,16); }
div.DivClassName
{
background-color: #210410;
}
.BgClassName
{
background-color: #210410;
}
</style>
border-color css
<style>
span { border-color: #210410; }
span { border-color: rgb(33,4,16); }
td.TdClassName
{
border-color: #210410;
}
.TagClassName
{
border-color: #210410;
}
</style>