Shades of Rustic Red #220C10
Tints of Rustic Red #220C10
RGB
CMYK
RGB Variations
Color information
#220C10 (or 0x220C10) is known color: Rustic Red. HEX triplet: 22, 0C and 10. RGB value is (34,12,16). Sum of RGB (Red+Green+Blue) = 34+12+16=62 (8% of max value = 765). Red value is 34 (13.67% from 255 or 54.84% from 62); Green value is 12 (5.08% from 255 or 19.35% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 34 - color contains mainly: red. Hex color #220C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C10 is #DDF3EF. Grayscale: #131313. Windows color (decimal): -14545904 or 1051682. OLE color: 1051682.
HSL color Cylindrical-coordinate representation of color #220C10: hue angle of 349.09º 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 #220C10 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 16 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.87 |
| HSL | 349.09º | 0.48% | 0.09% | - |
| HSV(B) | 349.09º | 0.65% | 0.13% | - |
| XYZ | 0.88 | 0.64 | 0.57 | - |
| YUV | 19.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 16 | 0 | 0.65 | 0.53 | 0.87 | 349.09 | 0.48 | 0.09 |
| Hex | 22 | C | 10 | 0 | 41 | 35 | 57 | 15D | 30 | 9 |
| Octal | 42 | 14 | 20 | 0 | 101 | 65 | 127 | 535 | 60 | 11 |
| Binary | 100010 | 1100 | 10000 | 0 | 1000001 | 110101 | 1010111 | 101011101 | 110000 | 1001 |
Color Harmonies of #220C10
Complementary color
Monochromatic Colors of #220C10
Black with #220C10
Text Example
Text Example
White with #220C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C10; }
p { color: rgb(34,12,16); }
H1.HeaderClassName
{
color: #220C10;
}
.AnyTagClassName
{
color: #220C10;
}
</style>
background-color css
<style>
a { background-color: #220C10; }
a { background-color: rgb(34,12,16); }
div.DivClassName
{
background-color: #220C10;
}
.BgClassName
{
background-color: #220C10;
}
</style>
border-color css
<style>
span { border-color: #220C10; }
span { border-color: rgb(34,12,16); }
td.TdClassName
{
border-color: #220C10;
}
.TagClassName
{
border-color: #220C10;
}
</style>