Shades of Rustic Red #220E16
Tints of Rustic Red #220E16
RGB
CMYK
RGB Variations
Color information
#220E16 (or 0x220E16) is known color: Rustic Red. HEX triplet: 22, 0E and 16. RGB value is (34,14,22). Sum of RGB (Red+Green+Blue) = 34+14+22=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #220E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220E16 is #DDF1E9. Grayscale: #141414. Windows color (decimal): -14545386 or 1445410. OLE color: 1445410.
HSL color Cylindrical-coordinate representation of color #220E16: hue angle of 336º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #220E16 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 14 | 22 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.87 |
| HSL | 336º | 0.42% | 0.09% | - |
| HSV(B) | 336º | 0.59% | 0.13% | - |
| XYZ | 0.96 | 0.71 | 0.85 | - |
| YUV | 20.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 22 | 0 | 0.59 | 0.35 | 0.87 | 336 | 0.42 | 0.09 |
| Hex | 22 | E | 16 | 0 | 3B | 23 | 57 | 150 | 2A | 9 |
| Octal | 42 | 16 | 26 | 0 | 73 | 43 | 127 | 520 | 52 | 11 |
| Binary | 100010 | 1110 | 10110 | 0 | 111011 | 100011 | 1010111 | 101010000 | 101010 | 1001 |
Color Harmonies of #220E16
Complementary color
Monochromatic Colors of #220E16
Black with #220E16
Text Example
Text Example
White with #220E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E16; }
p { color: rgb(34,14,22); }
H1.HeaderClassName
{
color: #220E16;
}
.AnyTagClassName
{
color: #220E16;
}
</style>
background-color css
<style>
a { background-color: #220E16; }
a { background-color: rgb(34,14,22); }
div.DivClassName
{
background-color: #220E16;
}
.BgClassName
{
background-color: #220E16;
}
</style>
border-color css
<style>
span { border-color: #220E16; }
span { border-color: rgb(34,14,22); }
td.TdClassName
{
border-color: #220E16;
}
.TagClassName
{
border-color: #220E16;
}
</style>