Shades of Rustic Red #201718
Tints of Rustic Red #201718
RGB
CMYK
RGB Variations
Color information
#201718 (or 0x201718) is known color: Rustic Red. HEX triplet: 20, 17 and 18. RGB value is (32,23,24). Sum of RGB (Red+Green+Blue) = 32+23+24=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201718 is #DFE8E7. Grayscale: #191919. Windows color (decimal): -14674152 or 1578784. OLE color: 1578784.
HSL color Cylindrical-coordinate representation of color #201718: hue angle of 353.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #201718 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 24 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.87 |
| HSL | 353.33º | 0.16% | 0.11% | - |
| HSV(B) | 353.33º | 0.28% | 0.13% | - |
| XYZ | 1.07 | 0.99 | 1 | - |
| YUV | 25.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 24 | 0 | 0.28 | 0.25 | 0.87 | 353.33 | 0.16 | 0.11 |
| Hex | 20 | 17 | 18 | 0 | 1C | 19 | 57 | 161 | 10 | B |
| Octal | 40 | 27 | 30 | 0 | 34 | 31 | 127 | 541 | 20 | 13 |
| Binary | 100000 | 10111 | 11000 | 0 | 11100 | 11001 | 1010111 | 101100001 | 10000 | 1011 |
Color Harmonies of #201718
Complementary color
Monochromatic Colors of #201718
Black with #201718
Text Example
Text Example
White with #201718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201718; }
p { color: rgb(32,23,24); }
H1.HeaderClassName
{
color: #201718;
}
.AnyTagClassName
{
color: #201718;
}
</style>
background-color css
<style>
a { background-color: #201718; }
a { background-color: rgb(32,23,24); }
div.DivClassName
{
background-color: #201718;
}
.BgClassName
{
background-color: #201718;
}
</style>
border-color css
<style>
span { border-color: #201718; }
span { border-color: rgb(32,23,24); }
td.TdClassName
{
border-color: #201718;
}
.TagClassName
{
border-color: #201718;
}
</style>