Shades of Rustic Red #1A050E
Tints of Rustic Red #1A050E
RGB
CMYK
RGB Variations
Color information
#1A050E (or 0x1A050E) is known color: Rustic Red. HEX triplet: 1A, 05 and 0E. RGB value is (26,5,14). Sum of RGB (Red+Green+Blue) = 26+5+14=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A050E is #E5FAF1. Grayscale: #0C0C0C. Windows color (decimal): -15071986 or 918810. OLE color: 918810.
HSL color Cylindrical-coordinate representation of color #1A050E: hue angle of 334.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A050E is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 14 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.90 |
| HSL | 334.29º | 0.68% | 0.06% | - |
| HSV(B) | 334.29º | 0.81% | 0.1% | - |
| XYZ | 0.56 | 0.36 | 0.46 | - |
| YUV | 12.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 14 | 0 | 0.81 | 0.46 | 0.90 | 334.29 | 0.68 | 0.06 |
| Hex | 1A | 5 | E | 0 | 51 | 2E | 5A | 14E | 44 | 6 |
| Octal | 32 | 5 | 16 | 0 | 121 | 56 | 132 | 516 | 104 | 6 |
| Binary | 11010 | 101 | 1110 | 0 | 1010001 | 101110 | 1011010 | 101001110 | 1000100 | 110 |
Color Harmonies of #1A050E
Complementary color
Monochromatic Colors of #1A050E
Black with #1A050E
Text Example
Text Example
White with #1A050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A050E; }
p { color: rgb(26,5,14); }
H1.HeaderClassName
{
color: #1A050E;
}
.AnyTagClassName
{
color: #1A050E;
}
</style>
background-color css
<style>
a { background-color: #1A050E; }
a { background-color: rgb(26,5,14); }
div.DivClassName
{
background-color: #1A050E;
}
.BgClassName
{
background-color: #1A050E;
}
</style>
border-color css
<style>
span { border-color: #1A050E; }
span { border-color: rgb(26,5,14); }
td.TdClassName
{
border-color: #1A050E;
}
.TagClassName
{
border-color: #1A050E;
}
</style>