Shades of Rustic Red #1A010E
Tints of Rustic Red #1A010E
RGB
CMYK
RGB Variations
Color information
#1A010E (or 0x1A010E) is known color: Rustic Red. HEX triplet: 1A, 01 and 0E. RGB value is (26,1,14). Sum of RGB (Red+Green+Blue) = 26+1+14=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A010E is #E5FEF1. Grayscale: #090909. Windows color (decimal): -15073010 or 917786. OLE color: 917786.
HSL color Cylindrical-coordinate representation of color #1A010E: hue angle of 328.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A010E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 1 | 14 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.90 |
| HSL | 328.8º | 0.93% | 0.05% | - |
| HSV(B) | 328.8º | 0.96% | 0.1% | - |
| XYZ | 0.52 | 0.27 | 0.44 | - |
| YUV | 9.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 14 | 0 | 0.96 | 0.46 | 0.90 | 328.8 | 0.93 | 0.05 |
| Hex | 1A | 1 | E | 0 | 60 | 2E | 5A | 149 | 5D | 5 |
| Octal | 32 | 1 | 16 | 0 | 140 | 56 | 132 | 511 | 135 | 5 |
| Binary | 11010 | 1 | 1110 | 0 | 1100000 | 101110 | 1011010 | 101001001 | 1011101 | 101 |
Color Harmonies of #1A010E
Complementary color
Monochromatic Colors of #1A010E
Black with #1A010E
Text Example
Text Example
White with #1A010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A010E; }
p { color: rgb(26,1,14); }
H1.HeaderClassName
{
color: #1A010E;
}
.AnyTagClassName
{
color: #1A010E;
}
</style>
background-color css
<style>
a { background-color: #1A010E; }
a { background-color: rgb(26,1,14); }
div.DivClassName
{
background-color: #1A010E;
}
.BgClassName
{
background-color: #1A010E;
}
</style>
border-color css
<style>
span { border-color: #1A010E; }
span { border-color: rgb(26,1,14); }
td.TdClassName
{
border-color: #1A010E;
}
.TagClassName
{
border-color: #1A010E;
}
</style>