Shades of Rustic Red #220C11
Tints of Rustic Red #220C11
RGB
CMYK
RGB Variations
Color information
#220C11 (or 0x220C11) is known color: Rustic Red. HEX triplet: 22, 0C and 11. RGB value is (34,12,17). Sum of RGB (Red+Green+Blue) = 34+12+17=63 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.97% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 34 - color contains mainly: red. Hex color #220C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C11 is #DDF3EE. Grayscale: #131313. Windows color (decimal): -14545903 or 1117218. OLE color: 1117218.
HSL color Cylindrical-coordinate representation of color #220C11: hue angle of 346.36º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #220C11 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 17 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.87 |
| HSL | 346.36º | 0.48% | 0.09% | - |
| HSV(B) | 346.36º | 0.65% | 0.13% | - |
| XYZ | 0.89 | 0.64 | 0.61 | - |
| YUV | 19.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 17 | 0 | 0.65 | 0.50 | 0.87 | 346.36 | 0.48 | 0.09 |
| Hex | 22 | C | 11 | 0 | 41 | 32 | 57 | 15A | 30 | 9 |
| Octal | 42 | 14 | 21 | 0 | 101 | 62 | 127 | 532 | 60 | 11 |
| Binary | 100010 | 1100 | 10001 | 0 | 1000001 | 110010 | 1010111 | 101011010 | 110000 | 1001 |
Color Harmonies of #220C11
Complementary color
Monochromatic Colors of #220C11
Black with #220C11
Text Example
Text Example
White with #220C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C11; }
p { color: rgb(34,12,17); }
H1.HeaderClassName
{
color: #220C11;
}
.AnyTagClassName
{
color: #220C11;
}
</style>
background-color css
<style>
a { background-color: #220C11; }
a { background-color: rgb(34,12,17); }
div.DivClassName
{
background-color: #220C11;
}
.BgClassName
{
background-color: #220C11;
}
</style>
border-color css
<style>
span { border-color: #220C11; }
span { border-color: rgb(34,12,17); }
td.TdClassName
{
border-color: #220C11;
}
.TagClassName
{
border-color: #220C11;
}
</style>