Shades of Rustic Red #220102
Tints of Rustic Red #220102
RGB
CMYK
RGB Variations
Color information
#220102 (or 0x220102) is known color: Rustic Red. HEX triplet: 22, 01 and 02. RGB value is (34,1,2). Sum of RGB (Red+Green+Blue) = 34+1+2=37 (4% of max value = 765). Red value is 34 (13.67% from 255 or 91.89% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 34 - color contains mainly: red. Hex color #220102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220102 is #DDFEFD. Grayscale: #0B0B0B. Windows color (decimal): -14548734 or 131362. OLE color: 131362.
HSL color Cylindrical-coordinate representation of color #220102: hue angle of 358.18º 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 #220102 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 1 | 2 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.87 |
| HSL | 358.18º | 0.94% | 0.07% | - |
| HSV(B) | 358.18º | 0.97% | 0.13% | - |
| XYZ | 0.68 | 0.37 | 0.09 | - |
| YUV | 10.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 2 | 0 | 0.97 | 0.94 | 0.87 | 358.18 | 0.94 | 0.07 |
| Hex | 22 | 1 | 2 | 0 | 61 | 5E | 57 | 166 | 5E | 7 |
| Octal | 42 | 1 | 2 | 0 | 141 | 136 | 127 | 546 | 136 | 7 |
| Binary | 100010 | 1 | 10 | 0 | 1100001 | 1011110 | 1010111 | 101100110 | 1011110 | 111 |
Color Harmonies of #220102
Complementary color
Monochromatic Colors of #220102
Black with #220102
Text Example
Text Example
White with #220102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220102; }
p { color: rgb(34,1,2); }
H1.HeaderClassName
{
color: #220102;
}
.AnyTagClassName
{
color: #220102;
}
</style>
background-color css
<style>
a { background-color: #220102; }
a { background-color: rgb(34,1,2); }
div.DivClassName
{
background-color: #220102;
}
.BgClassName
{
background-color: #220102;
}
</style>
border-color css
<style>
span { border-color: #220102; }
span { border-color: rgb(34,1,2); }
td.TdClassName
{
border-color: #220102;
}
.TagClassName
{
border-color: #220102;
}
</style>