Shades of Rustic Red #220D10
Tints of Rustic Red #220D10
RGB
CMYK
RGB Variations
Color information
#220D10 (or 0x220D10) is known color: Rustic Red. HEX triplet: 22, 0D and 10. RGB value is (34,13,16). Sum of RGB (Red+Green+Blue) = 34+13+16=63 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.97% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 34 - color contains mainly: red. Hex color #220D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220D10 is #DDF2EF. Grayscale: #131313. Windows color (decimal): -14545648 or 1051938. OLE color: 1051938.
HSL color Cylindrical-coordinate representation of color #220D10: hue angle of 351.43º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #220D10 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 13 | 16 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.87 |
| HSL | 351.43º | 0.45% | 0.09% | - |
| HSV(B) | 351.43º | 0.62% | 0.13% | - |
| XYZ | 0.9 | 0.67 | 0.57 | - |
| YUV | 19.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 13 | 16 | 0 | 0.62 | 0.53 | 0.87 | 351.43 | 0.45 | 0.09 |
| Hex | 22 | D | 10 | 0 | 3E | 35 | 57 | 15F | 2D | 9 |
| Octal | 42 | 15 | 20 | 0 | 76 | 65 | 127 | 537 | 55 | 11 |
| Binary | 100010 | 1101 | 10000 | 0 | 111110 | 110101 | 1010111 | 101011111 | 101101 | 1001 |
Color Harmonies of #220D10
Complementary color
Monochromatic Colors of #220D10
Black with #220D10
Text Example
Text Example
White with #220D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220D10; }
p { color: rgb(34,13,16); }
H1.HeaderClassName
{
color: #220D10;
}
.AnyTagClassName
{
color: #220D10;
}
</style>
background-color css
<style>
a { background-color: #220D10; }
a { background-color: rgb(34,13,16); }
div.DivClassName
{
background-color: #220D10;
}
.BgClassName
{
background-color: #220D10;
}
</style>
border-color css
<style>
span { border-color: #220D10; }
span { border-color: rgb(34,13,16); }
td.TdClassName
{
border-color: #220D10;
}
.TagClassName
{
border-color: #220D10;
}
</style>