Shades of Rustic Red #1C040E
Tints of Rustic Red #1C040E
RGB
CMYK
RGB Variations
Color information
#1C040E (or 0x1C040E) is known color: Rustic Red. HEX triplet: 1C, 04 and 0E. RGB value is (28,4,14). Sum of RGB (Red+Green+Blue) = 28+4+14=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C040E is #E3FBF1. Grayscale: #0C0C0C. Windows color (decimal): -14941170 or 918556. OLE color: 918556.
HSL color Cylindrical-coordinate representation of color #1C040E: hue angle of 335º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C040E is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 4 | 14 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.89 |
| HSL | 335º | 0.75% | 0.06% | - |
| HSV(B) | 335º | 0.86% | 0.11% | - |
| XYZ | 0.6 | 0.37 | 0.45 | - |
| YUV | 12.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 4 | 14 | 0 | 0.86 | 0.50 | 0.89 | 335 | 0.75 | 0.06 |
| Hex | 1C | 4 | E | 0 | 56 | 32 | 59 | 14F | 4B | 6 |
| Octal | 34 | 4 | 16 | 0 | 126 | 62 | 131 | 517 | 113 | 6 |
| Binary | 11100 | 100 | 1110 | 0 | 1010110 | 110010 | 1011001 | 101001111 | 1001011 | 110 |
Color Harmonies of #1C040E
Complementary color
Monochromatic Colors of #1C040E
Black with #1C040E
Text Example
Text Example
White with #1C040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C040E; }
p { color: rgb(28,4,14); }
H1.HeaderClassName
{
color: #1C040E;
}
.AnyTagClassName
{
color: #1C040E;
}
</style>
background-color css
<style>
a { background-color: #1C040E; }
a { background-color: rgb(28,4,14); }
div.DivClassName
{
background-color: #1C040E;
}
.BgClassName
{
background-color: #1C040E;
}
</style>
border-color css
<style>
span { border-color: #1C040E; }
span { border-color: rgb(28,4,14); }
td.TdClassName
{
border-color: #1C040E;
}
.TagClassName
{
border-color: #1C040E;
}
</style>