Shades of Rustic Red #220311
Tints of Rustic Red #220311
RGB
CMYK
RGB Variations
Color information
#220311 (or 0x220311) is known color: Rustic Red. HEX triplet: 22, 03 and 11. RGB value is (34,3,17). Sum of RGB (Red+Green+Blue) = 34+3+17=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #220311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220311 is #DDFCEE. Grayscale: #0D0D0D. Windows color (decimal): -14548207 or 1114914. OLE color: 1114914.
HSL color Cylindrical-coordinate representation of color #220311: hue angle of 332.9º 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 #220311 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 17 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.87 |
| HSL | 332.9º | 0.84% | 0.07% | - |
| HSV(B) | 332.9º | 0.91% | 0.13% | - |
| XYZ | 0.79 | 0.45 | 0.57 | - |
| YUV | 13.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 17 | 0 | 0.91 | 0.50 | 0.87 | 332.9 | 0.84 | 0.07 |
| Hex | 22 | 3 | 11 | 0 | 5B | 32 | 57 | 14D | 54 | 7 |
| Octal | 42 | 3 | 21 | 0 | 133 | 62 | 127 | 515 | 124 | 7 |
| Binary | 100010 | 11 | 10001 | 0 | 1011011 | 110010 | 1010111 | 101001101 | 1010100 | 111 |
Color Harmonies of #220311
Complementary color
Monochromatic Colors of #220311
Black with #220311
Text Example
Text Example
White with #220311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220311; }
p { color: rgb(34,3,17); }
H1.HeaderClassName
{
color: #220311;
}
.AnyTagClassName
{
color: #220311;
}
</style>
background-color css
<style>
a { background-color: #220311; }
a { background-color: rgb(34,3,17); }
div.DivClassName
{
background-color: #220311;
}
.BgClassName
{
background-color: #220311;
}
</style>
border-color css
<style>
span { border-color: #220311; }
span { border-color: rgb(34,3,17); }
td.TdClassName
{
border-color: #220311;
}
.TagClassName
{
border-color: #220311;
}
</style>