Shades of Rustic Red #210106
Tints of Rustic Red #210106
RGB
CMYK
RGB Variations
Color information
#210106 (or 0x210106) is known color: Rustic Red. HEX triplet: 21, 01 and 06. RGB value is (33,1,6). Sum of RGB (Red+Green+Blue) = 33+1+6=40 (5% of max value = 765). Red value is 33 (13.28% from 255 or 82.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 33 - color contains mainly: red. Hex color #210106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210106 is #DEFEF9. Grayscale: #0B0B0B. Windows color (decimal): -14614266 or 393505. OLE color: 393505.
HSL color Cylindrical-coordinate representation of color #210106: hue angle of 350.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210106 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 6 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.87 |
| HSL | 350.63º | 0.94% | 0.07% | - |
| HSV(B) | 350.63º | 0.97% | 0.13% | - |
| XYZ | 0.67 | 0.36 | 0.21 | - |
| YUV | 11.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 6 | 0 | 0.97 | 0.82 | 0.87 | 350.63 | 0.94 | 0.07 |
| Hex | 21 | 1 | 6 | 0 | 61 | 52 | 57 | 15F | 5E | 7 |
| Octal | 41 | 1 | 6 | 0 | 141 | 122 | 127 | 537 | 136 | 7 |
| Binary | 100001 | 1 | 110 | 0 | 1100001 | 1010010 | 1010111 | 101011111 | 1011110 | 111 |
Color Harmonies of #210106
Complementary color
Monochromatic Colors of #210106
Black with #210106
Text Example
Text Example
White with #210106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210106; }
p { color: rgb(33,1,6); }
H1.HeaderClassName
{
color: #210106;
}
.AnyTagClassName
{
color: #210106;
}
</style>
background-color css
<style>
a { background-color: #210106; }
a { background-color: rgb(33,1,6); }
div.DivClassName
{
background-color: #210106;
}
.BgClassName
{
background-color: #210106;
}
</style>
border-color css
<style>
span { border-color: #210106; }
span { border-color: rgb(33,1,6); }
td.TdClassName
{
border-color: #210106;
}
.TagClassName
{
border-color: #210106;
}
</style>