Shades of Rustic Red #201518
Tints of Rustic Red #201518
RGB
CMYK
RGB Variations
Color information
#201518 (or 0x201518) is known color: Rustic Red. HEX triplet: 20, 15 and 18. RGB value is (32,21,24). Sum of RGB (Red+Green+Blue) = 32+21+24=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201518 is #DFEAE7. Grayscale: #181818. Windows color (decimal): -14674664 or 1578272. OLE color: 1578272.
HSL color Cylindrical-coordinate representation of color #201518: hue angle of 343.64º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201518 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 24 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.87 |
| HSL | 343.64º | 0.21% | 0.1% | - |
| HSV(B) | 343.64º | 0.34% | 0.13% | - |
| XYZ | 1.03 | 0.91 | 0.99 | - |
| YUV | 24.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 24 | 0 | 0.34 | 0.25 | 0.87 | 343.64 | 0.21 | 0.1 |
| Hex | 20 | 15 | 18 | 0 | 22 | 19 | 57 | 158 | 15 | A |
| Octal | 40 | 25 | 30 | 0 | 42 | 31 | 127 | 530 | 25 | 12 |
| Binary | 100000 | 10101 | 11000 | 0 | 100010 | 11001 | 1010111 | 101011000 | 10101 | 1010 |
Color Harmonies of #201518
Complementary color
Monochromatic Colors of #201518
Black with #201518
Text Example
Text Example
White with #201518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201518; }
p { color: rgb(32,21,24); }
H1.HeaderClassName
{
color: #201518;
}
.AnyTagClassName
{
color: #201518;
}
</style>
background-color css
<style>
a { background-color: #201518; }
a { background-color: rgb(32,21,24); }
div.DivClassName
{
background-color: #201518;
}
.BgClassName
{
background-color: #201518;
}
</style>
border-color css
<style>
span { border-color: #201518; }
span { border-color: rgb(32,21,24); }
td.TdClassName
{
border-color: #201518;
}
.TagClassName
{
border-color: #201518;
}
</style>