Shades of Rustic Red #211314
Tints of Rustic Red #211314
RGB
CMYK
RGB Variations
Color information
#211314 (or 0x211314) is known color: Rustic Red. HEX triplet: 21, 13 and 14. RGB value is (33,19,20). Sum of RGB (Red+Green+Blue) = 33+19+20=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 33 - color contains mainly: red. Hex color #211314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211314 is #DEECEB. Grayscale: #171717. Windows color (decimal): -14609644 or 1315617. OLE color: 1315617.
HSL color Cylindrical-coordinate representation of color #211314: hue angle of 355.71º 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 #211314 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 20 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.87 |
| HSL | 355.71º | 0.27% | 0.1% | - |
| HSV(B) | 355.71º | 0.42% | 0.13% | - |
| XYZ | 0.99 | 0.84 | 0.77 | - |
| YUV | 23.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 20 | 0 | 0.42 | 0.39 | 0.87 | 355.71 | 0.27 | 0.1 |
| Hex | 21 | 13 | 14 | 0 | 2A | 27 | 57 | 164 | 1B | A |
| Octal | 41 | 23 | 24 | 0 | 52 | 47 | 127 | 544 | 33 | 12 |
| Binary | 100001 | 10011 | 10100 | 0 | 101010 | 100111 | 1010111 | 101100100 | 11011 | 1010 |
Color Harmonies of #211314
Complementary color
Monochromatic Colors of #211314
Black with #211314
Text Example
Text Example
White with #211314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211314; }
p { color: rgb(33,19,20); }
H1.HeaderClassName
{
color: #211314;
}
.AnyTagClassName
{
color: #211314;
}
</style>
background-color css
<style>
a { background-color: #211314; }
a { background-color: rgb(33,19,20); }
div.DivClassName
{
background-color: #211314;
}
.BgClassName
{
background-color: #211314;
}
</style>
border-color css
<style>
span { border-color: #211314; }
span { border-color: rgb(33,19,20); }
td.TdClassName
{
border-color: #211314;
}
.TagClassName
{
border-color: #211314;
}
</style>