Shades of Rustic Red #220F15
Tints of Rustic Red #220F15
RGB
CMYK
RGB Variations
Color information
#220F15 (or 0x220F15) is known color: Rustic Red. HEX triplet: 22, 0F and 15. RGB value is (34,15,21). Sum of RGB (Red+Green+Blue) = 34+15+21=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #220F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F15 is #DDF0EA. Grayscale: #151515. Windows color (decimal): -14545131 or 1380130. OLE color: 1380130.
HSL color Cylindrical-coordinate representation of color #220F15: hue angle of 341.05º 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 #220F15 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 15 | 21 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.87 |
| HSL | 341.05º | 0.39% | 0.1% | - |
| HSV(B) | 341.05º | 0.56% | 0.13% | - |
| XYZ | 0.97 | 0.74 | 0.8 | - |
| YUV | 21.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 21 | 0 | 0.56 | 0.38 | 0.87 | 341.05 | 0.39 | 0.1 |
| Hex | 22 | F | 15 | 0 | 38 | 26 | 57 | 155 | 27 | A |
| Octal | 42 | 17 | 25 | 0 | 70 | 46 | 127 | 525 | 47 | 12 |
| Binary | 100010 | 1111 | 10101 | 0 | 111000 | 100110 | 1010111 | 101010101 | 100111 | 1010 |
Color Harmonies of #220F15
Complementary color
Monochromatic Colors of #220F15
Black with #220F15
Text Example
Text Example
White with #220F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F15; }
p { color: rgb(34,15,21); }
H1.HeaderClassName
{
color: #220F15;
}
.AnyTagClassName
{
color: #220F15;
}
</style>
background-color css
<style>
a { background-color: #220F15; }
a { background-color: rgb(34,15,21); }
div.DivClassName
{
background-color: #220F15;
}
.BgClassName
{
background-color: #220F15;
}
</style>
border-color css
<style>
span { border-color: #220F15; }
span { border-color: rgb(34,15,21); }
td.TdClassName
{
border-color: #220F15;
}
.TagClassName
{
border-color: #220F15;
}
</style>