Shades of Rustic Red #220F12
Tints of Rustic Red #220F12
RGB
CMYK
RGB Variations
Color information
#220F12 (or 0x220F12) is known color: Rustic Red. HEX triplet: 22, 0F and 12. RGB value is (34,15,18). Sum of RGB (Red+Green+Blue) = 34+15+18=67 (8% of max value = 765). Red value is 34 (13.67% from 255 or 50.75% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 34 - color contains mainly: red. Hex color #220F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220F12 is #DDF0ED. Grayscale: #151515. Windows color (decimal): -14545134 or 1183522. OLE color: 1183522.
HSL color Cylindrical-coordinate representation of color #220F12: hue angle of 350.53º 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 #220F12 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 15 | 18 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.87 |
| HSL | 350.53º | 0.39% | 0.1% | - |
| HSV(B) | 350.53º | 0.56% | 0.13% | - |
| XYZ | 0.94 | 0.73 | 0.66 | - |
| YUV | 21.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 18 | 0 | 0.56 | 0.47 | 0.87 | 350.53 | 0.39 | 0.1 |
| Hex | 22 | F | 12 | 0 | 38 | 2F | 57 | 15F | 27 | A |
| Octal | 42 | 17 | 22 | 0 | 70 | 57 | 127 | 537 | 47 | 12 |
| Binary | 100010 | 1111 | 10010 | 0 | 111000 | 101111 | 1010111 | 101011111 | 100111 | 1010 |
Color Harmonies of #220F12
Complementary color
Monochromatic Colors of #220F12
Black with #220F12
Text Example
Text Example
White with #220F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F12; }
p { color: rgb(34,15,18); }
H1.HeaderClassName
{
color: #220F12;
}
.AnyTagClassName
{
color: #220F12;
}
</style>
background-color css
<style>
a { background-color: #220F12; }
a { background-color: rgb(34,15,18); }
div.DivClassName
{
background-color: #220F12;
}
.BgClassName
{
background-color: #220F12;
}
</style>
border-color css
<style>
span { border-color: #220F12; }
span { border-color: rgb(34,15,18); }
td.TdClassName
{
border-color: #220F12;
}
.TagClassName
{
border-color: #220F12;
}
</style>