Shades of Rustic Red #21040E
Tints of Rustic Red #21040E
RGB
CMYK
RGB Variations
Color information
#21040E (or 0x21040E) is known color: Rustic Red. HEX triplet: 21, 04 and 0E. RGB value is (33,4,14). Sum of RGB (Red+Green+Blue) = 33+4+14=51 (6% of max value = 765). Red value is 33 (13.28% from 255 or 64.71% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 33 - color contains mainly: red. Hex color #21040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21040E is #DEFBF1. Grayscale: #0D0D0D. Windows color (decimal): -14613490 or 918561. OLE color: 918561.
HSL color Cylindrical-coordinate representation of color #21040E: hue angle of 339.31º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #21040E is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 4 | 14 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.87 |
| HSL | 339.31º | 0.78% | 0.07% | - |
| HSV(B) | 339.31º | 0.88% | 0.13% | - |
| XYZ | 0.75 | 0.44 | 0.46 | - |
| YUV | 13.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 14 | 0 | 0.88 | 0.58 | 0.87 | 339.31 | 0.78 | 0.07 |
| Hex | 21 | 4 | E | 0 | 58 | 3A | 57 | 153 | 4E | 7 |
| Octal | 41 | 4 | 16 | 0 | 130 | 72 | 127 | 523 | 116 | 7 |
| Binary | 100001 | 100 | 1110 | 0 | 1011000 | 111010 | 1010111 | 101010011 | 1001110 | 111 |
Color Harmonies of #21040E
Complementary color
Monochromatic Colors of #21040E
Black with #21040E
Text Example
Text Example
White with #21040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21040E; }
p { color: rgb(33,4,14); }
H1.HeaderClassName
{
color: #21040E;
}
.AnyTagClassName
{
color: #21040E;
}
</style>
background-color css
<style>
a { background-color: #21040E; }
a { background-color: rgb(33,4,14); }
div.DivClassName
{
background-color: #21040E;
}
.BgClassName
{
background-color: #21040E;
}
</style>
border-color css
<style>
span { border-color: #21040E; }
span { border-color: rgb(33,4,14); }
td.TdClassName
{
border-color: #21040E;
}
.TagClassName
{
border-color: #21040E;
}
</style>