Shades of Rustic Red #210712
Tints of Rustic Red #210712
RGB
CMYK
RGB Variations
Color information
#210712 (or 0x210712) is known color: Rustic Red. HEX triplet: 21, 07 and 12. RGB value is (33,7,18). Sum of RGB (Red+Green+Blue) = 33+7+18=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210712 is #DEF8ED. Grayscale: #101010. Windows color (decimal): -14612718 or 1181473. OLE color: 1181473.
HSL color Cylindrical-coordinate representation of color #210712: hue angle of 334.62º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #210712 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 7 | 18 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.87 |
| HSL | 334.62º | 0.65% | 0.08% | - |
| HSV(B) | 334.62º | 0.79% | 0.13% | - |
| XYZ | 0.81 | 0.52 | 0.63 | - |
| YUV | 16.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 18 | 0 | 0.79 | 0.45 | 0.87 | 334.62 | 0.65 | 0.08 |
| Hex | 21 | 7 | 12 | 0 | 4F | 2D | 57 | 14F | 41 | 8 |
| Octal | 41 | 7 | 22 | 0 | 117 | 55 | 127 | 517 | 101 | 10 |
| Binary | 100001 | 111 | 10010 | 0 | 1001111 | 101101 | 1010111 | 101001111 | 1000001 | 1000 |
Color Harmonies of #210712
Complementary color
Monochromatic Colors of #210712
Black with #210712
Text Example
Text Example
White with #210712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210712; }
p { color: rgb(33,7,18); }
H1.HeaderClassName
{
color: #210712;
}
.AnyTagClassName
{
color: #210712;
}
</style>
background-color css
<style>
a { background-color: #210712; }
a { background-color: rgb(33,7,18); }
div.DivClassName
{
background-color: #210712;
}
.BgClassName
{
background-color: #210712;
}
</style>
border-color css
<style>
span { border-color: #210712; }
span { border-color: rgb(33,7,18); }
td.TdClassName
{
border-color: #210712;
}
.TagClassName
{
border-color: #210712;
}
</style>