Shades of Rustic Red #201415
Tints of Rustic Red #201415
RGB
CMYK
RGB Variations
Color information
#201415 (or 0x201415) is known color: Rustic Red. HEX triplet: 20, 14 and 15. RGB value is (32,20,21). Sum of RGB (Red+Green+Blue) = 32+20+21=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #201415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201415 is #DFEBEA. Grayscale: #171717. Windows color (decimal): -14674923 or 1381408. OLE color: 1381408.
HSL color Cylindrical-coordinate representation of color #201415: hue angle of 355º 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 #201415 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 21 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.87 |
| HSL | 355º | 0.23% | 0.1% | - |
| HSV(B) | 355º | 0.38% | 0.13% | - |
| XYZ | 0.98 | 0.86 | 0.82 | - |
| YUV | 23.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 21 | 0 | 0.37 | 0.34 | 0.87 | 355 | 0.23 | 0.1 |
| Hex | 20 | 14 | 15 | 0 | 25 | 22 | 57 | 163 | 17 | A |
| Octal | 40 | 24 | 25 | 0 | 45 | 42 | 127 | 543 | 27 | 12 |
| Binary | 100000 | 10100 | 10101 | 0 | 100101 | 100010 | 1010111 | 101100011 | 10111 | 1010 |
Color Harmonies of #201415
Complementary color
Monochromatic Colors of #201415
Black with #201415
Text Example
Text Example
White with #201415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201415; }
p { color: rgb(32,20,21); }
H1.HeaderClassName
{
color: #201415;
}
.AnyTagClassName
{
color: #201415;
}
</style>
background-color css
<style>
a { background-color: #201415; }
a { background-color: rgb(32,20,21); }
div.DivClassName
{
background-color: #201415;
}
.BgClassName
{
background-color: #201415;
}
</style>
border-color css
<style>
span { border-color: #201415; }
span { border-color: rgb(32,20,21); }
td.TdClassName
{
border-color: #201415;
}
.TagClassName
{
border-color: #201415;
}
</style>