Shades of Rustic Red #201315
Tints of Rustic Red #201315
RGB
CMYK
RGB Variations
Color information
#201315 (or 0x201315) is known color: Rustic Red. HEX triplet: 20, 13 and 15. RGB value is (32,19,21). Sum of RGB (Red+Green+Blue) = 32+19+21=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #201315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201315 is #DFECEA. Grayscale: #171717. Windows color (decimal): -14675179 or 1381152. OLE color: 1381152.
HSL color Cylindrical-coordinate representation of color #201315: hue angle of 350.77º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201315 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 19 | 21 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.87 |
| HSL | 350.77º | 0.25% | 0.1% | - |
| HSV(B) | 350.77º | 0.41% | 0.13% | - |
| XYZ | 0.96 | 0.83 | 0.82 | - |
| YUV | 23.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 21 | 0 | 0.41 | 0.34 | 0.87 | 350.77 | 0.25 | 0.1 |
| Hex | 20 | 13 | 15 | 0 | 29 | 22 | 57 | 15F | 19 | A |
| Octal | 40 | 23 | 25 | 0 | 51 | 42 | 127 | 537 | 31 | 12 |
| Binary | 100000 | 10011 | 10101 | 0 | 101001 | 100010 | 1010111 | 101011111 | 11001 | 1010 |
Color Harmonies of #201315
Complementary color
Monochromatic Colors of #201315
Black with #201315
Text Example
Text Example
White with #201315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201315; }
p { color: rgb(32,19,21); }
H1.HeaderClassName
{
color: #201315;
}
.AnyTagClassName
{
color: #201315;
}
</style>
background-color css
<style>
a { background-color: #201315; }
a { background-color: rgb(32,19,21); }
div.DivClassName
{
background-color: #201315;
}
.BgClassName
{
background-color: #201315;
}
</style>
border-color css
<style>
span { border-color: #201315; }
span { border-color: rgb(32,19,21); }
td.TdClassName
{
border-color: #201315;
}
.TagClassName
{
border-color: #201315;
}
</style>