Shades of Rustic Red #221116
Tints of Rustic Red #221116
RGB
CMYK
RGB Variations
Color information
#221116 (or 0x221116) is known color: Rustic Red. HEX triplet: 22, 11 and 16. RGB value is (34,17,22). Sum of RGB (Red+Green+Blue) = 34+17+22=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221116 is #DDEEE9. Grayscale: #161616. Windows color (decimal): -14544618 or 1446178. OLE color: 1446178.
HSL color Cylindrical-coordinate representation of color #221116: hue angle of 342.35º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221116 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 17 | 22 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.87 |
| HSL | 342.35º | 0.33% | 0.1% | - |
| HSV(B) | 342.35º | 0.5% | 0.13% | - |
| XYZ | 1 | 0.8 | 0.86 | - |
| YUV | 22.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 22 | 0 | 0.50 | 0.35 | 0.87 | 342.35 | 0.33 | 0.1 |
| Hex | 22 | 11 | 16 | 0 | 32 | 23 | 57 | 156 | 21 | A |
| Octal | 42 | 21 | 26 | 0 | 62 | 43 | 127 | 526 | 41 | 12 |
| Binary | 100010 | 10001 | 10110 | 0 | 110010 | 100011 | 1010111 | 101010110 | 100001 | 1010 |
Color Harmonies of #221116
Complementary color
Monochromatic Colors of #221116
Black with #221116
Text Example
Text Example
White with #221116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221116; }
p { color: rgb(34,17,22); }
H1.HeaderClassName
{
color: #221116;
}
.AnyTagClassName
{
color: #221116;
}
</style>
background-color css
<style>
a { background-color: #221116; }
a { background-color: rgb(34,17,22); }
div.DivClassName
{
background-color: #221116;
}
.BgClassName
{
background-color: #221116;
}
</style>
border-color css
<style>
span { border-color: #221116; }
span { border-color: rgb(34,17,22); }
td.TdClassName
{
border-color: #221116;
}
.TagClassName
{
border-color: #221116;
}
</style>