Shades of Rustic Red #211315
Tints of Rustic Red #211315
RGB
CMYK
RGB Variations
Color information
#211315 (or 0x211315) is known color: Rustic Red. HEX triplet: 21, 13 and 15. RGB value is (33,19,21). Sum of RGB (Red+Green+Blue) = 33+19+21=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211315 is #DEECEA. Grayscale: #171717. Windows color (decimal): -14609643 or 1381153. OLE color: 1381153.
HSL color Cylindrical-coordinate representation of color #211315: hue angle of 351.43º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211315 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 21 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.87 |
| HSL | 351.43º | 0.27% | 0.1% | - |
| HSV(B) | 351.43º | 0.42% | 0.13% | - |
| XYZ | 1 | 0.84 | 0.82 | - |
| YUV | 23.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 21 | 0 | 0.42 | 0.36 | 0.87 | 351.43 | 0.27 | 0.1 |
| Hex | 21 | 13 | 15 | 0 | 2A | 24 | 57 | 15F | 1B | A |
| Octal | 41 | 23 | 25 | 0 | 52 | 44 | 127 | 537 | 33 | 12 |
| Binary | 100001 | 10011 | 10101 | 0 | 101010 | 100100 | 1010111 | 101011111 | 11011 | 1010 |
Color Harmonies of #211315
Complementary color
Monochromatic Colors of #211315
Black with #211315
Text Example
Text Example
White with #211315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211315; }
p { color: rgb(33,19,21); }
H1.HeaderClassName
{
color: #211315;
}
.AnyTagClassName
{
color: #211315;
}
</style>
background-color css
<style>
a { background-color: #211315; }
a { background-color: rgb(33,19,21); }
div.DivClassName
{
background-color: #211315;
}
.BgClassName
{
background-color: #211315;
}
</style>
border-color css
<style>
span { border-color: #211315; }
span { border-color: rgb(33,19,21); }
td.TdClassName
{
border-color: #211315;
}
.TagClassName
{
border-color: #211315;
}
</style>