Shades of Rustic Red #211016
Tints of Rustic Red #211016
RGB
CMYK
RGB Variations
Color information
#211016 (or 0x211016) is known color: Rustic Red. HEX triplet: 21, 10 and 16. RGB value is (33,16,22). Sum of RGB (Red+Green+Blue) = 33+16+22=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #211016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211016 is #DEEFE9. Grayscale: #151515. Windows color (decimal): -14610410 or 1445921. OLE color: 1445921.
HSL color Cylindrical-coordinate representation of color #211016: hue angle of 338.82º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211016 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 22 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.87 |
| HSL | 338.82º | 0.35% | 0.1% | - |
| HSV(B) | 338.82º | 0.52% | 0.13% | - |
| XYZ | 0.96 | 0.75 | 0.85 | - |
| YUV | 21.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 22 | 0 | 0.52 | 0.33 | 0.87 | 338.82 | 0.35 | 0.1 |
| Hex | 21 | 10 | 16 | 0 | 34 | 21 | 57 | 153 | 23 | A |
| Octal | 41 | 20 | 26 | 0 | 64 | 41 | 127 | 523 | 43 | 12 |
| Binary | 100001 | 10000 | 10110 | 0 | 110100 | 100001 | 1010111 | 101010011 | 100011 | 1010 |
Color Harmonies of #211016
Complementary color
Monochromatic Colors of #211016
Black with #211016
Text Example
Text Example
White with #211016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211016; }
p { color: rgb(33,16,22); }
H1.HeaderClassName
{
color: #211016;
}
.AnyTagClassName
{
color: #211016;
}
</style>
background-color css
<style>
a { background-color: #211016; }
a { background-color: rgb(33,16,22); }
div.DivClassName
{
background-color: #211016;
}
.BgClassName
{
background-color: #211016;
}
</style>
border-color css
<style>
span { border-color: #211016; }
span { border-color: rgb(33,16,22); }
td.TdClassName
{
border-color: #211016;
}
.TagClassName
{
border-color: #211016;
}
</style>