Shades of Rustic Red #220211
Tints of Rustic Red #220211
RGB
CMYK
RGB Variations
Color information
#220211 (or 0x220211) is known color: Rustic Red. HEX triplet: 22, 02 and 11. RGB value is (34,2,17). Sum of RGB (Red+Green+Blue) = 34+2+17=53 (7% of max value = 765). Red value is 34 (13.67% from 255 or 64.15% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 34 - color contains mainly: red. Hex color #220211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220211 is #DDFDEE. Grayscale: #0D0D0D. Windows color (decimal): -14548463 or 1114658. OLE color: 1114658.
HSL color Cylindrical-coordinate representation of color #220211: hue angle of 331.88º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220211 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 2 | 17 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.87 |
| HSL | 331.88º | 0.89% | 0.07% | - |
| HSV(B) | 331.88º | 0.94% | 0.13% | - |
| XYZ | 0.78 | 0.42 | 0.57 | - |
| YUV | 13.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 17 | 0 | 0.94 | 0.50 | 0.87 | 331.88 | 0.89 | 0.07 |
| Hex | 22 | 2 | 11 | 0 | 5E | 32 | 57 | 14C | 59 | 7 |
| Octal | 42 | 2 | 21 | 0 | 136 | 62 | 127 | 514 | 131 | 7 |
| Binary | 100010 | 10 | 10001 | 0 | 1011110 | 110010 | 1010111 | 101001100 | 1011001 | 111 |
Color Harmonies of #220211
Complementary color
Monochromatic Colors of #220211
Black with #220211
Text Example
Text Example
White with #220211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220211; }
p { color: rgb(34,2,17); }
H1.HeaderClassName
{
color: #220211;
}
.AnyTagClassName
{
color: #220211;
}
</style>
background-color css
<style>
a { background-color: #220211; }
a { background-color: rgb(34,2,17); }
div.DivClassName
{
background-color: #220211;
}
.BgClassName
{
background-color: #220211;
}
</style>
border-color css
<style>
span { border-color: #220211; }
span { border-color: rgb(34,2,17); }
td.TdClassName
{
border-color: #220211;
}
.TagClassName
{
border-color: #220211;
}
</style>