Shades of Rustic Red #201113
Tints of Rustic Red #201113
RGB
CMYK
RGB Variations
Color information
#201113 (or 0x201113) is known color: Rustic Red. HEX triplet: 20, 11 and 13. RGB value is (32,17,19). Sum of RGB (Red+Green+Blue) = 32+17+19=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #201113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201113 is #DFEEEC. Grayscale: #151515. Windows color (decimal): -14675693 or 1249568. OLE color: 1249568.
HSL color Cylindrical-coordinate representation of color #201113: hue angle of 352º 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 #201113 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 17 | 19 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.87 |
| HSL | 352º | 0.31% | 0.1% | - |
| HSV(B) | 352º | 0.47% | 0.13% | - |
| XYZ | 0.91 | 0.75 | 0.71 | - |
| YUV | 21.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 19 | 0 | 0.47 | 0.41 | 0.87 | 352 | 0.31 | 0.1 |
| Hex | 20 | 11 | 13 | 0 | 2F | 29 | 57 | 160 | 1F | A |
| Octal | 40 | 21 | 23 | 0 | 57 | 51 | 127 | 540 | 37 | 12 |
| Binary | 100000 | 10001 | 10011 | 0 | 101111 | 101001 | 1010111 | 101100000 | 11111 | 1010 |
Color Harmonies of #201113
Complementary color
Monochromatic Colors of #201113
Black with #201113
Text Example
Text Example
White with #201113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201113; }
p { color: rgb(32,17,19); }
H1.HeaderClassName
{
color: #201113;
}
.AnyTagClassName
{
color: #201113;
}
</style>
background-color css
<style>
a { background-color: #201113; }
a { background-color: rgb(32,17,19); }
div.DivClassName
{
background-color: #201113;
}
.BgClassName
{
background-color: #201113;
}
</style>
border-color css
<style>
span { border-color: #201113; }
span { border-color: rgb(32,17,19); }
td.TdClassName
{
border-color: #201113;
}
.TagClassName
{
border-color: #201113;
}
</style>