Shades of Rustic Red #210F14
Tints of Rustic Red #210F14
RGB
CMYK
RGB Variations
Color information
#210F14 (or 0x210F14) is known color: Rustic Red. HEX triplet: 21, 0F and 14. RGB value is (33,15,20). Sum of RGB (Red+Green+Blue) = 33+15+20=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #210F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F14 is #DEF0EB. Grayscale: #141414. Windows color (decimal): -14610668 or 1314593. OLE color: 1314593.
HSL color Cylindrical-coordinate representation of color #210F14: hue angle of 343.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 #210F14 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 20 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.87 |
| HSL | 343.33º | 0.38% | 0.09% | - |
| HSV(B) | 343.33º | 0.55% | 0.13% | - |
| XYZ | 0.92 | 0.72 | 0.75 | - |
| YUV | 20.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 20 | 0 | 0.55 | 0.39 | 0.87 | 343.33 | 0.38 | 0.09 |
| Hex | 21 | F | 14 | 0 | 37 | 27 | 57 | 157 | 26 | 9 |
| Octal | 41 | 17 | 24 | 0 | 67 | 47 | 127 | 527 | 46 | 11 |
| Binary | 100001 | 1111 | 10100 | 0 | 110111 | 100111 | 1010111 | 101010111 | 100110 | 1001 |
Color Harmonies of #210F14
Complementary color
Monochromatic Colors of #210F14
Black with #210F14
Text Example
Text Example
White with #210F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F14; }
p { color: rgb(33,15,20); }
H1.HeaderClassName
{
color: #210F14;
}
.AnyTagClassName
{
color: #210F14;
}
</style>
background-color css
<style>
a { background-color: #210F14; }
a { background-color: rgb(33,15,20); }
div.DivClassName
{
background-color: #210F14;
}
.BgClassName
{
background-color: #210F14;
}
</style>
border-color css
<style>
span { border-color: #210F14; }
span { border-color: rgb(33,15,20); }
td.TdClassName
{
border-color: #210F14;
}
.TagClassName
{
border-color: #210F14;
}
</style>