Shades of Rustic Red #210F10
Tints of Rustic Red #210F10
RGB
CMYK
RGB Variations
Color information
#210F10 (or 0x210F10) is known color: Rustic Red. HEX triplet: 21, 0F and 10. RGB value is (33,15,16). Sum of RGB (Red+Green+Blue) = 33+15+16=64 (8% of max value = 765). Red value is 33 (13.28% from 255 or 51.56% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 33 - color contains mainly: red. Hex color #210F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F10 is #DEF0EF. Grayscale: #141414. Windows color (decimal): -14610672 or 1052449. OLE color: 1052449.
HSL color Cylindrical-coordinate representation of color #210F10: hue angle of 356.67º 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 #210F10 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 16 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.87 |
| HSL | 356.67º | 0.38% | 0.09% | - |
| HSV(B) | 356.67º | 0.55% | 0.13% | - |
| XYZ | 0.89 | 0.7 | 0.58 | - |
| YUV | 20.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 16 | 0 | 0.55 | 0.52 | 0.87 | 356.67 | 0.38 | 0.09 |
| Hex | 21 | F | 10 | 0 | 37 | 34 | 57 | 165 | 26 | 9 |
| Octal | 41 | 17 | 20 | 0 | 67 | 64 | 127 | 545 | 46 | 11 |
| Binary | 100001 | 1111 | 10000 | 0 | 110111 | 110100 | 1010111 | 101100101 | 100110 | 1001 |
Color Harmonies of #210F10
Complementary color
Monochromatic Colors of #210F10
Black with #210F10
Text Example
Text Example
White with #210F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F10; }
p { color: rgb(33,15,16); }
H1.HeaderClassName
{
color: #210F10;
}
.AnyTagClassName
{
color: #210F10;
}
</style>
background-color css
<style>
a { background-color: #210F10; }
a { background-color: rgb(33,15,16); }
div.DivClassName
{
background-color: #210F10;
}
.BgClassName
{
background-color: #210F10;
}
</style>
border-color css
<style>
span { border-color: #210F10; }
span { border-color: rgb(33,15,16); }
td.TdClassName
{
border-color: #210F10;
}
.TagClassName
{
border-color: #210F10;
}
</style>