Shades of Rustic Red #220312
Tints of Rustic Red #220312
RGB
CMYK
RGB Variations
Color information
#220312 (or 0x220312) is known color: Rustic Red. HEX triplet: 22, 03 and 12. RGB value is (34,3,18). Sum of RGB (Red+Green+Blue) = 34+3+18=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #220312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220312 is #DDFCED. Grayscale: #0D0D0D. Windows color (decimal): -14548206 or 1180450. OLE color: 1180450.
HSL color Cylindrical-coordinate representation of color #220312: hue angle of 330.97º 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 #220312 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 3 | 18 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.87 |
| HSL | 330.97º | 0.84% | 0.07% | - |
| HSV(B) | 330.97º | 0.91% | 0.13% | - |
| XYZ | 0.8 | 0.45 | 0.62 | - |
| YUV | 13.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 18 | 0 | 0.91 | 0.47 | 0.87 | 330.97 | 0.84 | 0.07 |
| Hex | 22 | 3 | 12 | 0 | 5B | 2F | 57 | 14B | 54 | 7 |
| Octal | 42 | 3 | 22 | 0 | 133 | 57 | 127 | 513 | 124 | 7 |
| Binary | 100010 | 11 | 10010 | 0 | 1011011 | 101111 | 1010111 | 101001011 | 1010100 | 111 |
Color Harmonies of #220312
Complementary color
Monochromatic Colors of #220312
Black with #220312
Text Example
Text Example
White with #220312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220312; }
p { color: rgb(34,3,18); }
H1.HeaderClassName
{
color: #220312;
}
.AnyTagClassName
{
color: #220312;
}
</style>
background-color css
<style>
a { background-color: #220312; }
a { background-color: rgb(34,3,18); }
div.DivClassName
{
background-color: #220312;
}
.BgClassName
{
background-color: #220312;
}
</style>
border-color css
<style>
span { border-color: #220312; }
span { border-color: rgb(34,3,18); }
td.TdClassName
{
border-color: #220312;
}
.TagClassName
{
border-color: #220312;
}
</style>