Shades of Rustic Red #220F13
Tints of Rustic Red #220F13
RGB
CMYK
RGB Variations
Color information
#220F13 (or 0x220F13) is known color: Rustic Red. HEX triplet: 22, 0F and 13. RGB value is (34,15,19). Sum of RGB (Red+Green+Blue) = 34+15+19=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #220F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F13 is #DDF0EC. Grayscale: #151515. Windows color (decimal): -14545133 or 1249058. OLE color: 1249058.
HSL color Cylindrical-coordinate representation of color #220F13: hue angle of 347.37º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #220F13 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 15 | 19 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.87 |
| HSL | 347.37º | 0.39% | 0.1% | - |
| HSV(B) | 347.37º | 0.56% | 0.13% | - |
| XYZ | 0.95 | 0.73 | 0.71 | - |
| YUV | 21.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 19 | 0 | 0.56 | 0.44 | 0.87 | 347.37 | 0.39 | 0.1 |
| Hex | 22 | F | 13 | 0 | 38 | 2C | 57 | 15B | 27 | A |
| Octal | 42 | 17 | 23 | 0 | 70 | 54 | 127 | 533 | 47 | 12 |
| Binary | 100010 | 1111 | 10011 | 0 | 111000 | 101100 | 1010111 | 101011011 | 100111 | 1010 |
Color Harmonies of #220F13
Complementary color
Monochromatic Colors of #220F13
Black with #220F13
Text Example
Text Example
White with #220F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F13; }
p { color: rgb(34,15,19); }
H1.HeaderClassName
{
color: #220F13;
}
.AnyTagClassName
{
color: #220F13;
}
</style>
background-color css
<style>
a { background-color: #220F13; }
a { background-color: rgb(34,15,19); }
div.DivClassName
{
background-color: #220F13;
}
.BgClassName
{
background-color: #220F13;
}
</style>
border-color css
<style>
span { border-color: #220F13; }
span { border-color: rgb(34,15,19); }
td.TdClassName
{
border-color: #220F13;
}
.TagClassName
{
border-color: #220F13;
}
</style>