Shades of Rustic Red #210F11
Tints of Rustic Red #210F11
RGB
CMYK
RGB Variations
Color information
#210F11 (or 0x210F11) is known color: Rustic Red. HEX triplet: 21, 0F and 11. RGB value is (33,15,17). Sum of RGB (Red+Green+Blue) = 33+15+17=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #210F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F11 is #DEF0EE. Grayscale: #141414. Windows color (decimal): -14610671 or 1117985. OLE color: 1117985.
HSL color Cylindrical-coordinate representation of color #210F11: hue angle of 353.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #210F11 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 17 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.87 |
| HSL | 353.33º | 0.38% | 0.09% | - |
| HSV(B) | 353.33º | 0.55% | 0.13% | - |
| XYZ | 0.9 | 0.71 | 0.62 | - |
| YUV | 20.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 17 | 0 | 0.55 | 0.48 | 0.87 | 353.33 | 0.38 | 0.09 |
| Hex | 21 | F | 11 | 0 | 37 | 30 | 57 | 161 | 26 | 9 |
| Octal | 41 | 17 | 21 | 0 | 67 | 60 | 127 | 541 | 46 | 11 |
| Binary | 100001 | 1111 | 10001 | 0 | 110111 | 110000 | 1010111 | 101100001 | 100110 | 1001 |
Color Harmonies of #210F11
Complementary color
Monochromatic Colors of #210F11
Black with #210F11
Text Example
Text Example
White with #210F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F11; }
p { color: rgb(33,15,17); }
H1.HeaderClassName
{
color: #210F11;
}
.AnyTagClassName
{
color: #210F11;
}
</style>
background-color css
<style>
a { background-color: #210F11; }
a { background-color: rgb(33,15,17); }
div.DivClassName
{
background-color: #210F11;
}
.BgClassName
{
background-color: #210F11;
}
</style>
border-color css
<style>
span { border-color: #210F11; }
span { border-color: rgb(33,15,17); }
td.TdClassName
{
border-color: #210F11;
}
.TagClassName
{
border-color: #210F11;
}
</style>