Shades of Rustic Red #201216
Tints of Rustic Red #201216
RGB
CMYK
RGB Variations
Color information
#201216 (or 0x201216) is known color: Rustic Red. HEX triplet: 20, 12 and 16. RGB value is (32,18,22). Sum of RGB (Red+Green+Blue) = 32+18+22=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201216 is #DFEDE9. Grayscale: #161616. Windows color (decimal): -14675434 or 1446432. OLE color: 1446432.
HSL color Cylindrical-coordinate representation of color #201216: hue angle of 342.86º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201216 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 18 | 22 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.87 |
| HSL | 342.86º | 0.28% | 0.1% | - |
| HSV(B) | 342.86º | 0.44% | 0.13% | - |
| XYZ | 0.96 | 0.8 | 0.86 | - |
| YUV | 22.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 22 | 0 | 0.44 | 0.31 | 0.87 | 342.86 | 0.28 | 0.1 |
| Hex | 20 | 12 | 16 | 0 | 2C | 1F | 57 | 157 | 1C | A |
| Octal | 40 | 22 | 26 | 0 | 54 | 37 | 127 | 527 | 34 | 12 |
| Binary | 100000 | 10010 | 10110 | 0 | 101100 | 11111 | 1010111 | 101010111 | 11100 | 1010 |
Color Harmonies of #201216
Complementary color
Monochromatic Colors of #201216
Black with #201216
Text Example
Text Example
White with #201216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201216; }
p { color: rgb(32,18,22); }
H1.HeaderClassName
{
color: #201216;
}
.AnyTagClassName
{
color: #201216;
}
</style>
background-color css
<style>
a { background-color: #201216; }
a { background-color: rgb(32,18,22); }
div.DivClassName
{
background-color: #201216;
}
.BgClassName
{
background-color: #201216;
}
</style>
border-color css
<style>
span { border-color: #201216; }
span { border-color: rgb(32,18,22); }
td.TdClassName
{
border-color: #201216;
}
.TagClassName
{
border-color: #201216;
}
</style>