Shades of Rustic Red #201112
Tints of Rustic Red #201112
RGB
CMYK
RGB Variations
Color information
#201112 (or 0x201112) is known color: Rustic Red. HEX triplet: 20, 11 and 12. RGB value is (32,17,18). Sum of RGB (Red+Green+Blue) = 32+17+18=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #201112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201112 is #DFEEED. Grayscale: #151515. Windows color (decimal): -14675694 or 1184032. OLE color: 1184032.
HSL color Cylindrical-coordinate representation of color #201112: hue angle of 356º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #201112 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 18 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.87 |
| HSL | 356º | 0.31% | 0.1% | - |
| HSV(B) | 356º | 0.47% | 0.13% | - |
| XYZ | 0.91 | 0.75 | 0.67 | - |
| YUV | 21.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 18 | 0 | 0.47 | 0.44 | 0.87 | 356 | 0.31 | 0.1 |
| Hex | 20 | 11 | 12 | 0 | 2F | 2C | 57 | 164 | 1F | A |
| Octal | 40 | 21 | 22 | 0 | 57 | 54 | 127 | 544 | 37 | 12 |
| Binary | 100000 | 10001 | 10010 | 0 | 101111 | 101100 | 1010111 | 101100100 | 11111 | 1010 |
Color Harmonies of #201112
Complementary color
Monochromatic Colors of #201112
Black with #201112
Text Example
Text Example
White with #201112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201112; }
p { color: rgb(32,17,18); }
H1.HeaderClassName
{
color: #201112;
}
.AnyTagClassName
{
color: #201112;
}
</style>
background-color css
<style>
a { background-color: #201112; }
a { background-color: rgb(32,17,18); }
div.DivClassName
{
background-color: #201112;
}
.BgClassName
{
background-color: #201112;
}
</style>
border-color css
<style>
span { border-color: #201112; }
span { border-color: rgb(32,17,18); }
td.TdClassName
{
border-color: #201112;
}
.TagClassName
{
border-color: #201112;
}
</style>