Shades of Rustic Red #32040E
Tints of Rustic Red #32040E
RGB
CMYK
RGB Variations
Color information
#32040E (or 0x32040E) is known color: Rustic Red. HEX triplet: 32, 04 and 0E. RGB value is (50,4,14). Sum of RGB (Red+Green+Blue) = 50+4+14=68 (9% of max value = 765). Red value is 50 (19.92% from 255 or 73.53% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 50 - color contains mainly: red. Hex color #32040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32040E is #CDFBF1. Grayscale: #121212. Windows color (decimal): -13499378 or 918578. OLE color: 918578.
HSL color Cylindrical-coordinate representation of color #32040E: hue angle of 346.96º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32040E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 14 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.80 |
| HSL | 346.96º | 0.85% | 0.11% | - |
| HSV(B) | 346.96º | 0.92% | 0.2% | - |
| XYZ | 1.44 | 0.8 | 0.49 | - |
| YUV | 18.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 14 | 0 | 0.92 | 0.72 | 0.80 | 346.96 | 0.85 | 0.11 |
| Hex | 32 | 4 | E | 0 | 5C | 48 | 50 | 15B | 55 | B |
| Octal | 62 | 4 | 16 | 0 | 134 | 110 | 120 | 533 | 125 | 13 |
| Binary | 110010 | 100 | 1110 | 0 | 1011100 | 1001000 | 1010000 | 101011011 | 1010101 | 1011 |
Color Harmonies of #32040E
Complementary color
Monochromatic Colors of #32040E
Black with #32040E
Text Example
Text Example
White with #32040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32040E; }
p { color: rgb(50,4,14); }
H1.HeaderClassName
{
color: #32040E;
}
.AnyTagClassName
{
color: #32040E;
}
</style>
background-color css
<style>
a { background-color: #32040E; }
a { background-color: rgb(50,4,14); }
div.DivClassName
{
background-color: #32040E;
}
.BgClassName
{
background-color: #32040E;
}
</style>
border-color css
<style>
span { border-color: #32040E; }
span { border-color: rgb(50,4,14); }
td.TdClassName
{
border-color: #32040E;
}
.TagClassName
{
border-color: #32040E;
}
</style>