Shades of Rustic Red #210F13
Tints of Rustic Red #210F13
RGB
CMYK
RGB Variations
Color information
#210F13 (or 0x210F13) is known color: Rustic Red. HEX triplet: 21, 0F and 13. RGB value is (33,15,19). Sum of RGB (Red+Green+Blue) = 33+15+19=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #210F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F13 is #DEF0EC. Grayscale: #141414. Windows color (decimal): -14610669 or 1249057. OLE color: 1249057.
HSL color Cylindrical-coordinate representation of color #210F13: hue angle of 346.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 #210F13 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 19 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.87 |
| HSL | 346.67º | 0.38% | 0.09% | - |
| HSV(B) | 346.67º | 0.55% | 0.13% | - |
| XYZ | 0.92 | 0.71 | 0.71 | - |
| YUV | 20.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 19 | 0 | 0.55 | 0.42 | 0.87 | 346.67 | 0.38 | 0.09 |
| Hex | 21 | F | 13 | 0 | 37 | 2A | 57 | 15B | 26 | 9 |
| Octal | 41 | 17 | 23 | 0 | 67 | 52 | 127 | 533 | 46 | 11 |
| Binary | 100001 | 1111 | 10011 | 0 | 110111 | 101010 | 1010111 | 101011011 | 100110 | 1001 |
Color Harmonies of #210F13
Complementary color
Monochromatic Colors of #210F13
Black with #210F13
Text Example
Text Example
White with #210F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F13; }
p { color: rgb(33,15,19); }
H1.HeaderClassName
{
color: #210F13;
}
.AnyTagClassName
{
color: #210F13;
}
</style>
background-color css
<style>
a { background-color: #210F13; }
a { background-color: rgb(33,15,19); }
div.DivClassName
{
background-color: #210F13;
}
.BgClassName
{
background-color: #210F13;
}
</style>
border-color css
<style>
span { border-color: #210F13; }
span { border-color: rgb(33,15,19); }
td.TdClassName
{
border-color: #210F13;
}
.TagClassName
{
border-color: #210F13;
}
</style>