Shades of Rustic Red #221112
Tints of Rustic Red #221112
RGB
CMYK
RGB Variations
Color information
#221112 (or 0x221112) is known color: Rustic Red. HEX triplet: 22, 11 and 12. RGB value is (34,17,18). Sum of RGB (Red+Green+Blue) = 34+17+18=69 (9% of max value = 765). Red value is 34 (13.67% from 255 or 49.28% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 34 - color contains mainly: red. Hex color #221112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221112 is #DDEEED. Grayscale: #161616. Windows color (decimal): -14544622 or 1184034. OLE color: 1184034.
HSL color Cylindrical-coordinate representation of color #221112: hue angle of 356.47º 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 #221112 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 17 | 18 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.87 |
| HSL | 356.47º | 0.33% | 0.1% | - |
| HSV(B) | 356.47º | 0.5% | 0.13% | - |
| XYZ | 0.97 | 0.78 | 0.67 | - |
| YUV | 22.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 18 | 0 | 0.50 | 0.47 | 0.87 | 356.47 | 0.33 | 0.1 |
| Hex | 22 | 11 | 12 | 0 | 32 | 2F | 57 | 164 | 21 | A |
| Octal | 42 | 21 | 22 | 0 | 62 | 57 | 127 | 544 | 41 | 12 |
| Binary | 100010 | 10001 | 10010 | 0 | 110010 | 101111 | 1010111 | 101100100 | 100001 | 1010 |
Color Harmonies of #221112
Complementary color
Monochromatic Colors of #221112
Black with #221112
Text Example
Text Example
White with #221112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221112; }
p { color: rgb(34,17,18); }
H1.HeaderClassName
{
color: #221112;
}
.AnyTagClassName
{
color: #221112;
}
</style>
background-color css
<style>
a { background-color: #221112; }
a { background-color: rgb(34,17,18); }
div.DivClassName
{
background-color: #221112;
}
.BgClassName
{
background-color: #221112;
}
</style>
border-color css
<style>
span { border-color: #221112; }
span { border-color: rgb(34,17,18); }
td.TdClassName
{
border-color: #221112;
}
.TagClassName
{
border-color: #221112;
}
</style>