Shades of Rustic Red #1A0E13
Tints of Rustic Red #1A0E13
RGB
CMYK
RGB Variations
Color information
#1A0E13 (or 0x1A0E13) is known color: Rustic Red. HEX triplet: 1A, 0E and 13. RGB value is (26,14,19). Sum of RGB (Red+Green+Blue) = 26+14+19=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E13 is #E5F1EC. Grayscale: #121212. Windows color (decimal): -15069677 or 1248794. OLE color: 1248794.
HSL color Cylindrical-coordinate representation of color #1A0E13: hue angle of 335º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A0E13 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 14 | 19 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.90 |
| HSL | 335º | 0.3% | 0.08% | - |
| HSV(B) | 335º | 0.46% | 0.1% | - |
| XYZ | 0.7 | 0.58 | 0.69 | - |
| YUV | 18.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 19 | 0 | 0.46 | 0.27 | 0.90 | 335 | 0.3 | 0.08 |
| Hex | 1A | E | 13 | 0 | 2E | 1B | 5A | 14F | 1E | 8 |
| Octal | 32 | 16 | 23 | 0 | 56 | 33 | 132 | 517 | 36 | 10 |
| Binary | 11010 | 1110 | 10011 | 0 | 101110 | 11011 | 1011010 | 101001111 | 11110 | 1000 |
Color Harmonies of #1A0E13
Complementary color
Monochromatic Colors of #1A0E13
Black with #1A0E13
Text Example
Text Example
White with #1A0E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0E13; }
p { color: rgb(26,14,19); }
H1.HeaderClassName
{
color: #1A0E13;
}
.AnyTagClassName
{
color: #1A0E13;
}
</style>
background-color css
<style>
a { background-color: #1A0E13; }
a { background-color: rgb(26,14,19); }
div.DivClassName
{
background-color: #1A0E13;
}
.BgClassName
{
background-color: #1A0E13;
}
</style>
border-color css
<style>
span { border-color: #1A0E13; }
span { border-color: rgb(26,14,19); }
td.TdClassName
{
border-color: #1A0E13;
}
.TagClassName
{
border-color: #1A0E13;
}
</style>