Shades of Rustic Red #210512
Tints of Rustic Red #210512
RGB
CMYK
RGB Variations
Color information
#210512 (or 0x210512) is known color: Rustic Red. HEX triplet: 21, 05 and 12. RGB value is (33,5,18). Sum of RGB (Red+Green+Blue) = 33+5+18=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210512 is #DEFAED. Grayscale: #0E0E0E. Windows color (decimal): -14613230 or 1180961. OLE color: 1180961.
HSL color Cylindrical-coordinate representation of color #210512: hue angle of 332.14º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210512 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 5 | 18 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.87 |
| HSL | 332.14º | 0.74% | 0.07% | - |
| HSV(B) | 332.14º | 0.85% | 0.13% | - |
| XYZ | 0.79 | 0.48 | 0.62 | - |
| YUV | 14.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 18 | 0 | 0.85 | 0.45 | 0.87 | 332.14 | 0.74 | 0.07 |
| Hex | 21 | 5 | 12 | 0 | 55 | 2D | 57 | 14C | 4A | 7 |
| Octal | 41 | 5 | 22 | 0 | 125 | 55 | 127 | 514 | 112 | 7 |
| Binary | 100001 | 101 | 10010 | 0 | 1010101 | 101101 | 1010111 | 101001100 | 1001010 | 111 |
Color Harmonies of #210512
Complementary color
Monochromatic Colors of #210512
Black with #210512
Text Example
Text Example
White with #210512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210512; }
p { color: rgb(33,5,18); }
H1.HeaderClassName
{
color: #210512;
}
.AnyTagClassName
{
color: #210512;
}
</style>
background-color css
<style>
a { background-color: #210512; }
a { background-color: rgb(33,5,18); }
div.DivClassName
{
background-color: #210512;
}
.BgClassName
{
background-color: #210512;
}
</style>
border-color css
<style>
span { border-color: #210512; }
span { border-color: rgb(33,5,18); }
td.TdClassName
{
border-color: #210512;
}
.TagClassName
{
border-color: #210512;
}
</style>