Shades of Rustic Red #220708
Tints of Rustic Red #220708
RGB
CMYK
RGB Variations
Color information
#220708 (or 0x220708) is known color: Rustic Red. HEX triplet: 22, 07 and 08. RGB value is (34,7,8). Sum of RGB (Red+Green+Blue) = 34+7+8=49 (6% of max value = 765). Red value is 34 (13.67% from 255 or 69.39% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 34 - color contains mainly: red. Hex color #220708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220708 is #DDF8F7. Grayscale: #0F0F0F. Windows color (decimal): -14547192 or 526114. OLE color: 526114.
HSL color Cylindrical-coordinate representation of color #220708: hue angle of 357.78º degrees, saturation: 0.66, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #220708 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 7 | 8 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.87 |
| HSL | 357.78º | 0.66% | 0.08% | - |
| HSV(B) | 357.78º | 0.79% | 0.13% | - |
| XYZ | 0.78 | 0.51 | 0.29 | - |
| YUV | 15.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 8 | 0 | 0.79 | 0.76 | 0.87 | 357.78 | 0.66 | 0.08 |
| Hex | 22 | 7 | 8 | 0 | 4F | 4C | 57 | 166 | 42 | 8 |
| Octal | 42 | 7 | 10 | 0 | 117 | 114 | 127 | 546 | 102 | 10 |
| Binary | 100010 | 111 | 1000 | 0 | 1001111 | 1001100 | 1010111 | 101100110 | 1000010 | 1000 |
Color Harmonies of #220708
Complementary color
Monochromatic Colors of #220708
Black with #220708
Text Example
Text Example
White with #220708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220708; }
p { color: rgb(34,7,8); }
H1.HeaderClassName
{
color: #220708;
}
.AnyTagClassName
{
color: #220708;
}
</style>
background-color css
<style>
a { background-color: #220708; }
a { background-color: rgb(34,7,8); }
div.DivClassName
{
background-color: #220708;
}
.BgClassName
{
background-color: #220708;
}
</style>
border-color css
<style>
span { border-color: #220708; }
span { border-color: rgb(34,7,8); }
td.TdClassName
{
border-color: #220708;
}
.TagClassName
{
border-color: #220708;
}
</style>