Shades of Rustic Red #210F15
Tints of Rustic Red #210F15
RGB
CMYK
RGB Variations
Color information
#210F15 (or 0x210F15) is known color: Rustic Red. HEX triplet: 21, 0F and 15. RGB value is (33,15,21). Sum of RGB (Red+Green+Blue) = 33+15+21=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #210F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F15 is #DEF0EA. Grayscale: #151515. Windows color (decimal): -14610667 or 1380129. OLE color: 1380129.
HSL color Cylindrical-coordinate representation of color #210F15: hue angle of 340º 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 #210F15 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 21 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.87 |
| HSL | 340º | 0.38% | 0.09% | - |
| HSV(B) | 340º | 0.55% | 0.13% | - |
| XYZ | 0.93 | 0.72 | 0.8 | - |
| YUV | 21.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 21 | 0 | 0.55 | 0.36 | 0.87 | 340 | 0.38 | 0.09 |
| Hex | 21 | F | 15 | 0 | 37 | 24 | 57 | 154 | 26 | 9 |
| Octal | 41 | 17 | 25 | 0 | 67 | 44 | 127 | 524 | 46 | 11 |
| Binary | 100001 | 1111 | 10101 | 0 | 110111 | 100100 | 1010111 | 101010100 | 100110 | 1001 |
Color Harmonies of #210F15
Complementary color
Monochromatic Colors of #210F15
Black with #210F15
Text Example
Text Example
White with #210F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F15; }
p { color: rgb(33,15,21); }
H1.HeaderClassName
{
color: #210F15;
}
.AnyTagClassName
{
color: #210F15;
}
</style>
background-color css
<style>
a { background-color: #210F15; }
a { background-color: rgb(33,15,21); }
div.DivClassName
{
background-color: #210F15;
}
.BgClassName
{
background-color: #210F15;
}
</style>
border-color css
<style>
span { border-color: #210F15; }
span { border-color: rgb(33,15,21); }
td.TdClassName
{
border-color: #210F15;
}
.TagClassName
{
border-color: #210F15;
}
</style>