Shades of Rustic Red #20040E
Tints of Rustic Red #20040E
RGB
CMYK
RGB Variations
Color information
#20040E (or 0x20040E) is known color: Rustic Red. HEX triplet: 20, 04 and 0E. RGB value is (32,4,14). Sum of RGB (Red+Green+Blue) = 32+4+14=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20040E is #DFFBF1. Grayscale: #0D0D0D. Windows color (decimal): -14679026 or 918560. OLE color: 918560.
HSL color Cylindrical-coordinate representation of color #20040E: hue angle of 338.57º 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 #20040E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 4 | 14 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.87 |
| HSL | 338.57º | 0.78% | 0.07% | - |
| HSV(B) | 338.57º | 0.88% | 0.13% | - |
| XYZ | 0.72 | 0.43 | 0.46 | - |
| YUV | 13.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 14 | 0 | 0.87 | 0.56 | 0.87 | 338.57 | 0.78 | 0.07 |
| Hex | 20 | 4 | E | 0 | 57 | 38 | 57 | 153 | 4E | 7 |
| Octal | 40 | 4 | 16 | 0 | 127 | 70 | 127 | 523 | 116 | 7 |
| Binary | 100000 | 100 | 1110 | 0 | 1010111 | 111000 | 1010111 | 101010011 | 1001110 | 111 |
Color Harmonies of #20040E
Complementary color
Monochromatic Colors of #20040E
Black with #20040E
Text Example
Text Example
White with #20040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20040E; }
p { color: rgb(32,4,14); }
H1.HeaderClassName
{
color: #20040E;
}
.AnyTagClassName
{
color: #20040E;
}
</style>
background-color css
<style>
a { background-color: #20040E; }
a { background-color: rgb(32,4,14); }
div.DivClassName
{
background-color: #20040E;
}
.BgClassName
{
background-color: #20040E;
}
</style>
border-color css
<style>
span { border-color: #20040E; }
span { border-color: rgb(32,4,14); }
td.TdClassName
{
border-color: #20040E;
}
.TagClassName
{
border-color: #20040E;
}
</style>