Shades of Rustic Red #22060A
Tints of Rustic Red #22060A
RGB
CMYK
RGB Variations
Color information
#22060A (or 0x22060A) is known color: Rustic Red. HEX triplet: 22, 06 and 0A. RGB value is (34,6,10). Sum of RGB (Red+Green+Blue) = 34+6+10=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #22060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22060A is #DDF9F5. Grayscale: #0E0E0E. Windows color (decimal): -14547446 or 656930. OLE color: 656930.
HSL color Cylindrical-coordinate representation of color #22060A: hue angle of 351.43º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22060A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 6 | 10 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.87 |
| HSL | 351.43º | 0.7% | 0.08% | - |
| HSV(B) | 351.43º | 0.82% | 0.13% | - |
| XYZ | 0.78 | 0.49 | 0.34 | - |
| YUV | 14.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 10 | 0 | 0.82 | 0.71 | 0.87 | 351.43 | 0.7 | 0.08 |
| Hex | 22 | 6 | A | 0 | 52 | 47 | 57 | 15F | 46 | 8 |
| Octal | 42 | 6 | 12 | 0 | 122 | 107 | 127 | 537 | 106 | 10 |
| Binary | 100010 | 110 | 1010 | 0 | 1010010 | 1000111 | 1010111 | 101011111 | 1000110 | 1000 |
Color Harmonies of #22060A
Complementary color
Monochromatic Colors of #22060A
Black with #22060A
Text Example
Text Example
White with #22060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22060A; }
p { color: rgb(34,6,10); }
H1.HeaderClassName
{
color: #22060A;
}
.AnyTagClassName
{
color: #22060A;
}
</style>
background-color css
<style>
a { background-color: #22060A; }
a { background-color: rgb(34,6,10); }
div.DivClassName
{
background-color: #22060A;
}
.BgClassName
{
background-color: #22060A;
}
</style>
border-color css
<style>
span { border-color: #22060A; }
span { border-color: rgb(34,6,10); }
td.TdClassName
{
border-color: #22060A;
}
.TagClassName
{
border-color: #22060A;
}
</style>