Shades of Rustic Red #1A0C0E
Tints of Rustic Red #1A0C0E
RGB
CMYK
RGB Variations
Color information
#1A0C0E (or 0x1A0C0E) is known color: Rustic Red. HEX triplet: 1A, 0C and 0E. RGB value is (26,12,14). Sum of RGB (Red+Green+Blue) = 26+12+14=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C0E is #E5F3F1. Grayscale: #101010. Windows color (decimal): -15070194 or 920602. OLE color: 920602.
HSL color Cylindrical-coordinate representation of color #1A0C0E: hue angle of 351.43º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A0C0E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 12 | 14 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.90 |
| HSL | 351.43º | 0.37% | 0.07% | - |
| HSV(B) | 351.43º | 0.54% | 0.1% | - |
| XYZ | 0.64 | 0.51 | 0.48 | - |
| YUV | 16.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 14 | 0 | 0.54 | 0.46 | 0.90 | 351.43 | 0.37 | 0.07 |
| Hex | 1A | C | E | 0 | 36 | 2E | 5A | 15F | 25 | 7 |
| Octal | 32 | 14 | 16 | 0 | 66 | 56 | 132 | 537 | 45 | 7 |
| Binary | 11010 | 1100 | 1110 | 0 | 110110 | 101110 | 1011010 | 101011111 | 100101 | 111 |
Color Harmonies of #1A0C0E
Complementary color
Monochromatic Colors of #1A0C0E
Black with #1A0C0E
Text Example
Text Example
White with #1A0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C0E; }
p { color: rgb(26,12,14); }
H1.HeaderClassName
{
color: #1A0C0E;
}
.AnyTagClassName
{
color: #1A0C0E;
}
</style>
background-color css
<style>
a { background-color: #1A0C0E; }
a { background-color: rgb(26,12,14); }
div.DivClassName
{
background-color: #1A0C0E;
}
.BgClassName
{
background-color: #1A0C0E;
}
</style>
border-color css
<style>
span { border-color: #1A0C0E; }
span { border-color: rgb(26,12,14); }
td.TdClassName
{
border-color: #1A0C0E;
}
.TagClassName
{
border-color: #1A0C0E;
}
</style>