Shades of Rustic Red #1A040E
Tints of Rustic Red #1A040E
RGB
CMYK
RGB Variations
Color information
#1A040E (or 0x1A040E) is known color: Rustic Red. HEX triplet: 1A, 04 and 0E. RGB value is (26,4,14). Sum of RGB (Red+Green+Blue) = 26+4+14=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A040E is #E5FBF1. Grayscale: #0B0B0B. Windows color (decimal): -15072242 or 918554. OLE color: 918554.
HSL color Cylindrical-coordinate representation of color #1A040E: hue angle of 332.73º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A040E is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 4 | 14 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.90 |
| HSL | 332.73º | 0.73% | 0.06% | - |
| HSV(B) | 332.73º | 0.85% | 0.1% | - |
| XYZ | 0.55 | 0.34 | 0.45 | - |
| YUV | 11.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 14 | 0 | 0.85 | 0.46 | 0.90 | 332.73 | 0.73 | 0.06 |
| Hex | 1A | 4 | E | 0 | 55 | 2E | 5A | 14D | 49 | 6 |
| Octal | 32 | 4 | 16 | 0 | 125 | 56 | 132 | 515 | 111 | 6 |
| Binary | 11010 | 100 | 1110 | 0 | 1010101 | 101110 | 1011010 | 101001101 | 1001001 | 110 |
Color Harmonies of #1A040E
Complementary color
Monochromatic Colors of #1A040E
Black with #1A040E
Text Example
Text Example
White with #1A040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A040E; }
p { color: rgb(26,4,14); }
H1.HeaderClassName
{
color: #1A040E;
}
.AnyTagClassName
{
color: #1A040E;
}
</style>
background-color css
<style>
a { background-color: #1A040E; }
a { background-color: rgb(26,4,14); }
div.DivClassName
{
background-color: #1A040E;
}
.BgClassName
{
background-color: #1A040E;
}
</style>
border-color css
<style>
span { border-color: #1A040E; }
span { border-color: rgb(26,4,14); }
td.TdClassName
{
border-color: #1A040E;
}
.TagClassName
{
border-color: #1A040E;
}
</style>