Shades of Rustic Red #210710
Tints of Rustic Red #210710
RGB
CMYK
RGB Variations
Color information
#210710 (or 0x210710) is known color: Rustic Red. HEX triplet: 21, 07 and 10. RGB value is (33,7,16). Sum of RGB (Red+Green+Blue) = 33+7+16=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210710 is #DEF8EF. Grayscale: #0F0F0F. Windows color (decimal): -14612720 or 1050401. OLE color: 1050401.
HSL color Cylindrical-coordinate representation of color #210710: hue angle of 339.23º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210710 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 7 | 16 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.87 |
| HSL | 339.23º | 0.65% | 0.08% | - |
| HSV(B) | 339.23º | 0.79% | 0.13% | - |
| XYZ | 0.8 | 0.51 | 0.55 | - |
| YUV | 15.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 16 | 0 | 0.79 | 0.52 | 0.87 | 339.23 | 0.65 | 0.08 |
| Hex | 21 | 7 | 10 | 0 | 4F | 34 | 57 | 153 | 41 | 8 |
| Octal | 41 | 7 | 20 | 0 | 117 | 64 | 127 | 523 | 101 | 10 |
| Binary | 100001 | 111 | 10000 | 0 | 1001111 | 110100 | 1010111 | 101010011 | 1000001 | 1000 |
Color Harmonies of #210710
Complementary color
Monochromatic Colors of #210710
Black with #210710
Text Example
Text Example
White with #210710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210710; }
p { color: rgb(33,7,16); }
H1.HeaderClassName
{
color: #210710;
}
.AnyTagClassName
{
color: #210710;
}
</style>
background-color css
<style>
a { background-color: #210710; }
a { background-color: rgb(33,7,16); }
div.DivClassName
{
background-color: #210710;
}
.BgClassName
{
background-color: #210710;
}
</style>
border-color css
<style>
span { border-color: #210710; }
span { border-color: rgb(33,7,16); }
td.TdClassName
{
border-color: #210710;
}
.TagClassName
{
border-color: #210710;
}
</style>