Shades of Rustic Red #220207
Tints of Rustic Red #220207
RGB
CMYK
RGB Variations
Color information
#220207 (or 0x220207) is known color: Rustic Red. HEX triplet: 22, 02 and 07. RGB value is (34,2,7). Sum of RGB (Red+Green+Blue) = 34+2+7=43 (5% of max value = 765). Red value is 34 (13.67% from 255 or 79.07% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 34 - color contains mainly: red. Hex color #220207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220207 is #DDFDF8. Grayscale: #0C0C0C. Windows color (decimal): -14548473 or 459298. OLE color: 459298.
HSL color Cylindrical-coordinate representation of color #220207: hue angle of 350.62º 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 #220207 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 2 | 7 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.87 |
| HSL | 350.63º | 0.89% | 0.07% | - |
| HSV(B) | 350.63º | 0.94% | 0.13% | - |
| XYZ | 0.72 | 0.4 | 0.24 | - |
| YUV | 12.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 7 | 0 | 0.94 | 0.79 | 0.87 | 350.63 | 0.89 | 0.07 |
| Hex | 22 | 2 | 7 | 0 | 5E | 4F | 57 | 15F | 59 | 7 |
| Octal | 42 | 2 | 7 | 0 | 136 | 117 | 127 | 537 | 131 | 7 |
| Binary | 100010 | 10 | 111 | 0 | 1011110 | 1001111 | 1010111 | 101011111 | 1011001 | 111 |
Color Harmonies of #220207
Complementary color
Monochromatic Colors of #220207
Black with #220207
Text Example
Text Example
White with #220207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220207; }
p { color: rgb(34,2,7); }
H1.HeaderClassName
{
color: #220207;
}
.AnyTagClassName
{
color: #220207;
}
</style>
background-color css
<style>
a { background-color: #220207; }
a { background-color: rgb(34,2,7); }
div.DivClassName
{
background-color: #220207;
}
.BgClassName
{
background-color: #220207;
}
</style>
border-color css
<style>
span { border-color: #220207; }
span { border-color: rgb(34,2,7); }
td.TdClassName
{
border-color: #220207;
}
.TagClassName
{
border-color: #220207;
}
</style>