Shades of Rustic Red #210B12
Tints of Rustic Red #210B12
RGB
CMYK
RGB Variations
Color information
#210B12 (or 0x210B12) is known color: Rustic Red. HEX triplet: 21, 0B and 12. RGB value is (33,11,18). Sum of RGB (Red+Green+Blue) = 33+11+18=62 (8% of max value = 765). Red value is 33 (13.28% from 255 or 53.23% from 62); Green value is 11 (4.69% from 255 or 17.74% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 33 - color contains mainly: red. Hex color #210B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B12 is #DEF4ED. Grayscale: #121212. Windows color (decimal): -14611694 or 1182497. OLE color: 1182497.
HSL color Cylindrical-coordinate representation of color #210B12: hue angle of 340.91º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210B12 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 18 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.87 |
| HSL | 340.91º | 0.5% | 0.09% | - |
| HSV(B) | 340.91º | 0.67% | 0.13% | - |
| XYZ | 0.86 | 0.61 | 0.64 | - |
| YUV | 18.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 18 | 0 | 0.67 | 0.45 | 0.87 | 340.91 | 0.5 | 0.09 |
| Hex | 21 | B | 12 | 0 | 43 | 2D | 57 | 155 | 32 | 9 |
| Octal | 41 | 13 | 22 | 0 | 103 | 55 | 127 | 525 | 62 | 11 |
| Binary | 100001 | 1011 | 10010 | 0 | 1000011 | 101101 | 1010111 | 101010101 | 110010 | 1001 |
Color Harmonies of #210B12
Complementary color
Monochromatic Colors of #210B12
Black with #210B12
Text Example
Text Example
White with #210B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B12; }
p { color: rgb(33,11,18); }
H1.HeaderClassName
{
color: #210B12;
}
.AnyTagClassName
{
color: #210B12;
}
</style>
background-color css
<style>
a { background-color: #210B12; }
a { background-color: rgb(33,11,18); }
div.DivClassName
{
background-color: #210B12;
}
.BgClassName
{
background-color: #210B12;
}
</style>
border-color css
<style>
span { border-color: #210B12; }
span { border-color: rgb(33,11,18); }
td.TdClassName
{
border-color: #210B12;
}
.TagClassName
{
border-color: #210B12;
}
</style>