Shades of Rustic Red #22030D
Tints of Rustic Red #22030D
RGB
CMYK
RGB Variations
Color information
#22030D (or 0x22030D) is known color: Rustic Red. HEX triplet: 22, 03 and 0D. RGB value is (34,3,13). Sum of RGB (Red+Green+Blue) = 34+3+13=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #22030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22030D is #DDFCF2. Grayscale: #0D0D0D. Windows color (decimal): -14548211 or 852770. OLE color: 852770.
HSL color Cylindrical-coordinate representation of color #22030D: hue angle of 340.65º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22030D is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 13 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.87 |
| HSL | 340.65º | 0.84% | 0.07% | - |
| HSV(B) | 340.65º | 0.91% | 0.13% | - |
| XYZ | 0.76 | 0.43 | 0.42 | - |
| YUV | 13.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 13 | 0 | 0.91 | 0.62 | 0.87 | 340.65 | 0.84 | 0.07 |
| Hex | 22 | 3 | D | 0 | 5B | 3E | 57 | 155 | 54 | 7 |
| Octal | 42 | 3 | 15 | 0 | 133 | 76 | 127 | 525 | 124 | 7 |
| Binary | 100010 | 11 | 1101 | 0 | 1011011 | 111110 | 1010111 | 101010101 | 1010100 | 111 |
Color Harmonies of #22030D
Complementary color
Monochromatic Colors of #22030D
Black with #22030D
Text Example
Text Example
White with #22030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22030D; }
p { color: rgb(34,3,13); }
H1.HeaderClassName
{
color: #22030D;
}
.AnyTagClassName
{
color: #22030D;
}
</style>
background-color css
<style>
a { background-color: #22030D; }
a { background-color: rgb(34,3,13); }
div.DivClassName
{
background-color: #22030D;
}
.BgClassName
{
background-color: #22030D;
}
</style>
border-color css
<style>
span { border-color: #22030D; }
span { border-color: rgb(34,3,13); }
td.TdClassName
{
border-color: #22030D;
}
.TagClassName
{
border-color: #22030D;
}
</style>