Shades of Rustic Red #220409
Tints of Rustic Red #220409
RGB
CMYK
RGB Variations
Color information
#220409 (or 0x220409) is known color: Rustic Red. HEX triplet: 22, 04 and 09. RGB value is (34,4,9). Sum of RGB (Red+Green+Blue) = 34+4+9=47 (6% of max value = 765). Red value is 34 (13.67% from 255 or 72.34% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 34 - color contains mainly: red. Hex color #220409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220409 is #DDFBF6. Grayscale: #0D0D0D. Windows color (decimal): -14547959 or 590882. OLE color: 590882.
HSL color Cylindrical-coordinate representation of color #220409: hue angle of 350º degrees, saturation: 0.79, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220409 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 4 | 9 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.87 |
| HSL | 350º | 0.79% | 0.07% | - |
| HSV(B) | 350º | 0.88% | 0.13% | - |
| XYZ | 0.75 | 0.45 | 0.3 | - |
| YUV | 13.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 9 | 0 | 0.88 | 0.74 | 0.87 | 350 | 0.79 | 0.07 |
| Hex | 22 | 4 | 9 | 0 | 58 | 4A | 57 | 15E | 4F | 7 |
| Octal | 42 | 4 | 11 | 0 | 130 | 112 | 127 | 536 | 117 | 7 |
| Binary | 100010 | 100 | 1001 | 0 | 1011000 | 1001010 | 1010111 | 101011110 | 1001111 | 111 |
Color Harmonies of #220409
Complementary color
Monochromatic Colors of #220409
Black with #220409
Text Example
Text Example
White with #220409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220409; }
p { color: rgb(34,4,9); }
H1.HeaderClassName
{
color: #220409;
}
.AnyTagClassName
{
color: #220409;
}
</style>
background-color css
<style>
a { background-color: #220409; }
a { background-color: rgb(34,4,9); }
div.DivClassName
{
background-color: #220409;
}
.BgClassName
{
background-color: #220409;
}
</style>
border-color css
<style>
span { border-color: #220409; }
span { border-color: rgb(34,4,9); }
td.TdClassName
{
border-color: #220409;
}
.TagClassName
{
border-color: #220409;
}
</style>