Shades of Rustic Red #201417
Tints of Rustic Red #201417
RGB
CMYK
RGB Variations
Color information
#201417 (or 0x201417) is known color: Rustic Red. HEX triplet: 20, 14 and 17. RGB value is (32,20,23). Sum of RGB (Red+Green+Blue) = 32+20+23=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201417 is #DFEBE8. Grayscale: #171717. Windows color (decimal): -14674921 or 1512480. OLE color: 1512480.
HSL color Cylindrical-coordinate representation of color #201417: hue angle of 345º 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 #201417 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 23 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.87 |
| HSL | 345º | 0.23% | 0.1% | - |
| HSV(B) | 345º | 0.38% | 0.13% | - |
| XYZ | 1 | 0.87 | 0.93 | - |
| YUV | 23.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 23 | 0 | 0.37 | 0.28 | 0.87 | 345 | 0.23 | 0.1 |
| Hex | 20 | 14 | 17 | 0 | 25 | 1C | 57 | 159 | 17 | A |
| Octal | 40 | 24 | 27 | 0 | 45 | 34 | 127 | 531 | 27 | 12 |
| Binary | 100000 | 10100 | 10111 | 0 | 100101 | 11100 | 1010111 | 101011001 | 10111 | 1010 |
Color Harmonies of #201417
Complementary color
Monochromatic Colors of #201417
Black with #201417
Text Example
Text Example
White with #201417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201417; }
p { color: rgb(32,20,23); }
H1.HeaderClassName
{
color: #201417;
}
.AnyTagClassName
{
color: #201417;
}
</style>
background-color css
<style>
a { background-color: #201417; }
a { background-color: rgb(32,20,23); }
div.DivClassName
{
background-color: #201417;
}
.BgClassName
{
background-color: #201417;
}
</style>
border-color css
<style>
span { border-color: #201417; }
span { border-color: rgb(32,20,23); }
td.TdClassName
{
border-color: #201417;
}
.TagClassName
{
border-color: #201417;
}
</style>