Shades of Rustic Red #220405
Tints of Rustic Red #220405
RGB
CMYK
RGB Variations
Color information
#220405 (or 0x220405) is known color: Rustic Red. HEX triplet: 22, 04 and 05. RGB value is (34,4,5). Sum of RGB (Red+Green+Blue) = 34+4+5=43 (5% of max value = 765). Red value is 34 (13.67% from 255 or 79.07% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 34 - color contains mainly: red. Hex color #220405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220405 is #DDFBFA. Grayscale: #0D0D0D. Windows color (decimal): -14547963 or 328738. OLE color: 328738.
HSL color Cylindrical-coordinate representation of color #220405: hue angle of 358º 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 #220405 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 4 | 5 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.87 |
| HSL | 358º | 0.79% | 0.07% | - |
| HSV(B) | 358º | 0.88% | 0.13% | - |
| XYZ | 0.73 | 0.44 | 0.19 | - |
| YUV | 13.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 5 | 0 | 0.88 | 0.85 | 0.87 | 358 | 0.79 | 0.07 |
| Hex | 22 | 4 | 5 | 0 | 58 | 55 | 57 | 166 | 4F | 7 |
| Octal | 42 | 4 | 5 | 0 | 130 | 125 | 127 | 546 | 117 | 7 |
| Binary | 100010 | 100 | 101 | 0 | 1011000 | 1010101 | 1010111 | 101100110 | 1001111 | 111 |
Color Harmonies of #220405
Complementary color
Monochromatic Colors of #220405
Black with #220405
Text Example
Text Example
White with #220405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220405; }
p { color: rgb(34,4,5); }
H1.HeaderClassName
{
color: #220405;
}
.AnyTagClassName
{
color: #220405;
}
</style>
background-color css
<style>
a { background-color: #220405; }
a { background-color: rgb(34,4,5); }
div.DivClassName
{
background-color: #220405;
}
.BgClassName
{
background-color: #220405;
}
</style>
border-color css
<style>
span { border-color: #220405; }
span { border-color: rgb(34,4,5); }
td.TdClassName
{
border-color: #220405;
}
.TagClassName
{
border-color: #220405;
}
</style>