Shades of Rustic Red #211316
Tints of Rustic Red #211316
RGB
CMYK
RGB Variations
Color information
#211316 (or 0x211316) is known color: Rustic Red. HEX triplet: 21, 13 and 16. RGB value is (33,19,22). Sum of RGB (Red+Green+Blue) = 33+19+22=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211316 is #DEECE9. Grayscale: #171717. Windows color (decimal): -14609642 or 1446689. OLE color: 1446689.
HSL color Cylindrical-coordinate representation of color #211316: hue angle of 347.14º 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 #211316 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 22 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.87 |
| HSL | 347.14º | 0.27% | 0.1% | - |
| HSV(B) | 347.14º | 0.42% | 0.13% | - |
| XYZ | 1 | 0.85 | 0.87 | - |
| YUV | 23.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 22 | 0 | 0.42 | 0.33 | 0.87 | 347.14 | 0.27 | 0.1 |
| Hex | 21 | 13 | 16 | 0 | 2A | 21 | 57 | 15B | 1B | A |
| Octal | 41 | 23 | 26 | 0 | 52 | 41 | 127 | 533 | 33 | 12 |
| Binary | 100001 | 10011 | 10110 | 0 | 101010 | 100001 | 1010111 | 101011011 | 11011 | 1010 |
Color Harmonies of #211316
Complementary color
Monochromatic Colors of #211316
Black with #211316
Text Example
Text Example
White with #211316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211316; }
p { color: rgb(33,19,22); }
H1.HeaderClassName
{
color: #211316;
}
.AnyTagClassName
{
color: #211316;
}
</style>
background-color css
<style>
a { background-color: #211316; }
a { background-color: rgb(33,19,22); }
div.DivClassName
{
background-color: #211316;
}
.BgClassName
{
background-color: #211316;
}
</style>
border-color css
<style>
span { border-color: #211316; }
span { border-color: rgb(33,19,22); }
td.TdClassName
{
border-color: #211316;
}
.TagClassName
{
border-color: #211316;
}
</style>