Shades of Rustic Red #201418
Tints of Rustic Red #201418
RGB
CMYK
RGB Variations
Color information
#201418 (or 0x201418) is known color: Rustic Red. HEX triplet: 20, 14 and 18. RGB value is (32,20,24). Sum of RGB (Red+Green+Blue) = 32+20+24=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201418 is #DFEBE7. Grayscale: #181818. Windows color (decimal): -14674920 or 1578016. OLE color: 1578016.
HSL color Cylindrical-coordinate representation of color #201418: hue angle of 340º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201418 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 24 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.87 |
| HSL | 340º | 0.23% | 0.1% | - |
| HSV(B) | 340º | 0.38% | 0.13% | - |
| XYZ | 1.01 | 0.87 | 0.98 | - |
| YUV | 24.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 24 | 0 | 0.37 | 0.25 | 0.87 | 340 | 0.23 | 0.1 |
| Hex | 20 | 14 | 18 | 0 | 25 | 19 | 57 | 154 | 17 | A |
| Octal | 40 | 24 | 30 | 0 | 45 | 31 | 127 | 524 | 27 | 12 |
| Binary | 100000 | 10100 | 11000 | 0 | 100101 | 11001 | 1010111 | 101010100 | 10111 | 1010 |
Color Harmonies of #201418
Complementary color
Monochromatic Colors of #201418
Black with #201418
Text Example
Text Example
White with #201418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201418; }
p { color: rgb(32,20,24); }
H1.HeaderClassName
{
color: #201418;
}
.AnyTagClassName
{
color: #201418;
}
</style>
background-color css
<style>
a { background-color: #201418; }
a { background-color: rgb(32,20,24); }
div.DivClassName
{
background-color: #201418;
}
.BgClassName
{
background-color: #201418;
}
</style>
border-color css
<style>
span { border-color: #201418; }
span { border-color: rgb(32,20,24); }
td.TdClassName
{
border-color: #201418;
}
.TagClassName
{
border-color: #201418;
}
</style>