Shades of Rustic Red #210D0F
Tints of Rustic Red #210D0F
RGB
CMYK
RGB Variations
Color information
#210D0F (or 0x210D0F) is known color: Rustic Red. HEX triplet: 21, 0D and 0F. RGB value is (33,13,15). Sum of RGB (Red+Green+Blue) = 33+13+15=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #210D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D0F is #DEF2F0. Grayscale: #131313. Windows color (decimal): -14611185 or 986401. OLE color: 986401.
HSL color Cylindrical-coordinate representation of color #210D0F: hue angle of 354º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D0F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 15 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.87 |
| HSL | 354º | 0.43% | 0.09% | - |
| HSV(B) | 354º | 0.61% | 0.13% | - |
| XYZ | 0.86 | 0.65 | 0.53 | - |
| YUV | 19.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 15 | 0 | 0.61 | 0.55 | 0.87 | 354 | 0.43 | 0.09 |
| Hex | 21 | D | F | 0 | 3D | 37 | 57 | 162 | 2B | 9 |
| Octal | 41 | 15 | 17 | 0 | 75 | 67 | 127 | 542 | 53 | 11 |
| Binary | 100001 | 1101 | 1111 | 0 | 111101 | 110111 | 1010111 | 101100010 | 101011 | 1001 |
Color Harmonies of #210D0F
Complementary color
Monochromatic Colors of #210D0F
Black with #210D0F
Text Example
Text Example
White with #210D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D0F; }
p { color: rgb(33,13,15); }
H1.HeaderClassName
{
color: #210D0F;
}
.AnyTagClassName
{
color: #210D0F;
}
</style>
background-color css
<style>
a { background-color: #210D0F; }
a { background-color: rgb(33,13,15); }
div.DivClassName
{
background-color: #210D0F;
}
.BgClassName
{
background-color: #210D0F;
}
</style>
border-color css
<style>
span { border-color: #210D0F; }
span { border-color: rgb(33,13,15); }
td.TdClassName
{
border-color: #210D0F;
}
.TagClassName
{
border-color: #210D0F;
}
</style>