Shades of Rustic Red #211617
Tints of Rustic Red #211617
RGB
CMYK
RGB Variations
Color information
#211617 (or 0x211617) is known color: Rustic Red. HEX triplet: 21, 16 and 17. RGB value is (33,22,23). Sum of RGB (Red+Green+Blue) = 33+22+23=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211617 is #DEE9E8. Grayscale: #191919. Windows color (decimal): -14608873 or 1512993. OLE color: 1512993.
HSL color Cylindrical-coordinate representation of color #211617: hue angle of 354.55º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #211617 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 23 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.87 |
| HSL | 354.55º | 0.2% | 0.11% | - |
| HSV(B) | 354.55º | 0.33% | 0.13% | - |
| XYZ | 1.07 | 0.96 | 0.94 | - |
| YUV | 25.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 23 | 0 | 0.33 | 0.30 | 0.87 | 354.55 | 0.2 | 0.11 |
| Hex | 21 | 16 | 17 | 0 | 21 | 1E | 57 | 163 | 14 | B |
| Octal | 41 | 26 | 27 | 0 | 41 | 36 | 127 | 543 | 24 | 13 |
| Binary | 100001 | 10110 | 10111 | 0 | 100001 | 11110 | 1010111 | 101100011 | 10100 | 1011 |
Color Harmonies of #211617
Complementary color
Monochromatic Colors of #211617
Black with #211617
Text Example
Text Example
White with #211617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211617; }
p { color: rgb(33,22,23); }
H1.HeaderClassName
{
color: #211617;
}
.AnyTagClassName
{
color: #211617;
}
</style>
background-color css
<style>
a { background-color: #211617; }
a { background-color: rgb(33,22,23); }
div.DivClassName
{
background-color: #211617;
}
.BgClassName
{
background-color: #211617;
}
</style>
border-color css
<style>
span { border-color: #211617; }
span { border-color: rgb(33,22,23); }
td.TdClassName
{
border-color: #211617;
}
.TagClassName
{
border-color: #211617;
}
</style>