Shades of Rustic Red #201719
Tints of Rustic Red #201719
RGB
CMYK
RGB Variations
Color information
#201719 (or 0x201719) is known color: Rustic Red. HEX triplet: 20, 17 and 19. RGB value is (32,23,25). Sum of RGB (Red+Green+Blue) = 32+23+25=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #201719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201719 is #DFE8E6. Grayscale: #191919. Windows color (decimal): -14674151 or 1644320. OLE color: 1644320.
HSL color Cylindrical-coordinate representation of color #201719: hue angle of 346.67º 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 #201719 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 25 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.87 |
| HSL | 346.67º | 0.16% | 0.11% | - |
| HSV(B) | 346.67º | 0.28% | 0.13% | - |
| XYZ | 1.08 | 0.99 | 1.05 | - |
| YUV | 25.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 25 | 0 | 0.28 | 0.22 | 0.87 | 346.67 | 0.16 | 0.11 |
| Hex | 20 | 17 | 19 | 0 | 1C | 16 | 57 | 15B | 10 | B |
| Octal | 40 | 27 | 31 | 0 | 34 | 26 | 127 | 533 | 20 | 13 |
| Binary | 100000 | 10111 | 11001 | 0 | 11100 | 10110 | 1010111 | 101011011 | 10000 | 1011 |
Color Harmonies of #201719
Complementary color
Monochromatic Colors of #201719
Black with #201719
Text Example
Text Example
White with #201719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201719; }
p { color: rgb(32,23,25); }
H1.HeaderClassName
{
color: #201719;
}
.AnyTagClassName
{
color: #201719;
}
</style>
background-color css
<style>
a { background-color: #201719; }
a { background-color: rgb(32,23,25); }
div.DivClassName
{
background-color: #201719;
}
.BgClassName
{
background-color: #201719;
}
</style>
border-color css
<style>
span { border-color: #201719; }
span { border-color: rgb(32,23,25); }
td.TdClassName
{
border-color: #201719;
}
.TagClassName
{
border-color: #201719;
}
</style>