Shades of Rustic Red #220C12
Tints of Rustic Red #220C12
RGB
CMYK
RGB Variations
Color information
#220C12 (or 0x220C12) is known color: Rustic Red. HEX triplet: 22, 0C and 12. RGB value is (34,12,18). Sum of RGB (Red+Green+Blue) = 34+12+18=64 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.12% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 34 - color contains mainly: red. Hex color #220C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C12 is #DDF3ED. Grayscale: #131313. Windows color (decimal): -14545902 or 1182754. OLE color: 1182754.
HSL color Cylindrical-coordinate representation of color #220C12: hue angle of 343.64º 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 #220C12 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 18 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.87 |
| HSL | 343.64º | 0.48% | 0.09% | - |
| HSV(B) | 343.64º | 0.65% | 0.13% | - |
| XYZ | 0.9 | 0.65 | 0.65 | - |
| YUV | 19.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 18 | 0 | 0.65 | 0.47 | 0.87 | 343.64 | 0.48 | 0.09 |
| Hex | 22 | C | 12 | 0 | 41 | 2F | 57 | 158 | 30 | 9 |
| Octal | 42 | 14 | 22 | 0 | 101 | 57 | 127 | 530 | 60 | 11 |
| Binary | 100010 | 1100 | 10010 | 0 | 1000001 | 101111 | 1010111 | 101011000 | 110000 | 1001 |
Color Harmonies of #220C12
Complementary color
Monochromatic Colors of #220C12
Black with #220C12
Text Example
Text Example
White with #220C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C12; }
p { color: rgb(34,12,18); }
H1.HeaderClassName
{
color: #220C12;
}
.AnyTagClassName
{
color: #220C12;
}
</style>
background-color css
<style>
a { background-color: #220C12; }
a { background-color: rgb(34,12,18); }
div.DivClassName
{
background-color: #220C12;
}
.BgClassName
{
background-color: #220C12;
}
</style>
border-color css
<style>
span { border-color: #220C12; }
span { border-color: rgb(34,12,18); }
td.TdClassName
{
border-color: #220C12;
}
.TagClassName
{
border-color: #220C12;
}
</style>