Shades of Rustic Red #201819
Tints of Rustic Red #201819
RGB
CMYK
RGB Variations
Color information
#201819 (or 0x201819) is known color: Rustic Red. HEX triplet: 20, 18 and 19. RGB value is (32,24,25). Sum of RGB (Red+Green+Blue) = 32+24+25=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201819 is #DFE7E6. Grayscale: #1A1A1A. Windows color (decimal): -14673895 or 1644576. OLE color: 1644576.
HSL color Cylindrical-coordinate representation of color #201819: hue angle of 352.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #201819 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 24 | 25 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.87 |
| HSL | 352.5º | 0.14% | 0.11% | - |
| HSV(B) | 352.5º | 0.25% | 0.13% | - |
| XYZ | 1.1 | 1.03 | 1.06 | - |
| YUV | 26.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 25 | 0 | 0.25 | 0.22 | 0.87 | 352.5 | 0.14 | 0.11 |
| Hex | 20 | 18 | 19 | 0 | 19 | 16 | 57 | 160 | E | B |
| Octal | 40 | 30 | 31 | 0 | 31 | 26 | 127 | 540 | 16 | 13 |
| Binary | 100000 | 11000 | 11001 | 0 | 11001 | 10110 | 1010111 | 101100000 | 1110 | 1011 |
Color Harmonies of #201819
Complementary color
Monochromatic Colors of #201819
Black with #201819
Text Example
Text Example
White with #201819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201819; }
p { color: rgb(32,24,25); }
H1.HeaderClassName
{
color: #201819;
}
.AnyTagClassName
{
color: #201819;
}
</style>
background-color css
<style>
a { background-color: #201819; }
a { background-color: rgb(32,24,25); }
div.DivClassName
{
background-color: #201819;
}
.BgClassName
{
background-color: #201819;
}
</style>
border-color css
<style>
span { border-color: #201819; }
span { border-color: rgb(32,24,25); }
td.TdClassName
{
border-color: #201819;
}
.TagClassName
{
border-color: #201819;
}
</style>