Shades of Rustic Red #201619
Tints of Rustic Red #201619
RGB
CMYK
RGB Variations
Color information
#201619 (or 0x201619) is known color: Rustic Red. HEX triplet: 20, 16 and 19. RGB value is (32,22,25). Sum of RGB (Red+Green+Blue) = 32+22+25=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201619 is #DFE9E6. Grayscale: #191919. Windows color (decimal): -14674407 or 1644064. OLE color: 1644064.
HSL color Cylindrical-coordinate representation of color #201619: hue angle of 342º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #201619 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 22 | 25 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.87 |
| HSL | 342º | 0.19% | 0.11% | - |
| HSV(B) | 342º | 0.31% | 0.13% | - |
| XYZ | 1.06 | 0.95 | 1.05 | - |
| YUV | 25.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 25 | 0 | 0.31 | 0.22 | 0.87 | 342 | 0.19 | 0.11 |
| Hex | 20 | 16 | 19 | 0 | 1F | 16 | 57 | 156 | 13 | B |
| Octal | 40 | 26 | 31 | 0 | 37 | 26 | 127 | 526 | 23 | 13 |
| Binary | 100000 | 10110 | 11001 | 0 | 11111 | 10110 | 1010111 | 101010110 | 10011 | 1011 |
Color Harmonies of #201619
Complementary color
Monochromatic Colors of #201619
Black with #201619
Text Example
Text Example
White with #201619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201619; }
p { color: rgb(32,22,25); }
H1.HeaderClassName
{
color: #201619;
}
.AnyTagClassName
{
color: #201619;
}
</style>
background-color css
<style>
a { background-color: #201619; }
a { background-color: rgb(32,22,25); }
div.DivClassName
{
background-color: #201619;
}
.BgClassName
{
background-color: #201619;
}
</style>
border-color css
<style>
span { border-color: #201619; }
span { border-color: rgb(32,22,25); }
td.TdClassName
{
border-color: #201619;
}
.TagClassName
{
border-color: #201619;
}
</style>