Shades of Rustic Red #211012
Tints of Rustic Red #211012
RGB
CMYK
RGB Variations
Color information
#211012 (or 0x211012) is known color: Rustic Red. HEX triplet: 21, 10 and 12. RGB value is (33,16,18). Sum of RGB (Red+Green+Blue) = 33+16+18=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #211012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211012 is #DEEFED. Grayscale: #151515. Windows color (decimal): -14610414 or 1183777. OLE color: 1183777.
HSL color Cylindrical-coordinate representation of color #211012: hue angle of 352.94º 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 #211012 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 18 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.87 |
| HSL | 352.94º | 0.35% | 0.1% | - |
| HSV(B) | 352.94º | 0.52% | 0.13% | - |
| XYZ | 0.92 | 0.74 | 0.67 | - |
| YUV | 21.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 18 | 0 | 0.52 | 0.45 | 0.87 | 352.94 | 0.35 | 0.1 |
| Hex | 21 | 10 | 12 | 0 | 34 | 2D | 57 | 161 | 23 | A |
| Octal | 41 | 20 | 22 | 0 | 64 | 55 | 127 | 541 | 43 | 12 |
| Binary | 100001 | 10000 | 10010 | 0 | 110100 | 101101 | 1010111 | 101100001 | 100011 | 1010 |
Color Harmonies of #211012
Complementary color
Monochromatic Colors of #211012
Black with #211012
Text Example
Text Example
White with #211012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211012; }
p { color: rgb(33,16,18); }
H1.HeaderClassName
{
color: #211012;
}
.AnyTagClassName
{
color: #211012;
}
</style>
background-color css
<style>
a { background-color: #211012; }
a { background-color: rgb(33,16,18); }
div.DivClassName
{
background-color: #211012;
}
.BgClassName
{
background-color: #211012;
}
</style>
border-color css
<style>
span { border-color: #211012; }
span { border-color: rgb(33,16,18); }
td.TdClassName
{
border-color: #211012;
}
.TagClassName
{
border-color: #211012;
}
</style>