Shades of Rustic Red #210611
Tints of Rustic Red #210611
RGB
CMYK
RGB Variations
Color information
#210611 (or 0x210611) is known color: Rustic Red. HEX triplet: 21, 06 and 11. RGB value is (33,6,17). Sum of RGB (Red+Green+Blue) = 33+6+17=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210611 is #DEF9EE. Grayscale: #0F0F0F. Windows color (decimal): -14612975 or 1115681. OLE color: 1115681.
HSL color Cylindrical-coordinate representation of color #210611: hue angle of 335.56º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210611 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 17 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.87 |
| HSL | 335.56º | 0.69% | 0.08% | - |
| HSV(B) | 335.56º | 0.82% | 0.13% | - |
| XYZ | 0.79 | 0.49 | 0.58 | - |
| YUV | 15.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 17 | 0 | 0.82 | 0.48 | 0.87 | 335.56 | 0.69 | 0.08 |
| Hex | 21 | 6 | 11 | 0 | 52 | 30 | 57 | 150 | 45 | 8 |
| Octal | 41 | 6 | 21 | 0 | 122 | 60 | 127 | 520 | 105 | 10 |
| Binary | 100001 | 110 | 10001 | 0 | 1010010 | 110000 | 1010111 | 101010000 | 1000101 | 1000 |
Color Harmonies of #210611
Complementary color
Monochromatic Colors of #210611
Black with #210611
Text Example
Text Example
White with #210611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210611; }
p { color: rgb(33,6,17); }
H1.HeaderClassName
{
color: #210611;
}
.AnyTagClassName
{
color: #210611;
}
</style>
background-color css
<style>
a { background-color: #210611; }
a { background-color: rgb(33,6,17); }
div.DivClassName
{
background-color: #210611;
}
.BgClassName
{
background-color: #210611;
}
</style>
border-color css
<style>
span { border-color: #210611; }
span { border-color: rgb(33,6,17); }
td.TdClassName
{
border-color: #210611;
}
.TagClassName
{
border-color: #210611;
}
</style>