Shades of Rustic Red #1A0E10
Tints of Rustic Red #1A0E10
RGB
CMYK
RGB Variations
Color information
#1A0E10 (or 0x1A0E10) is known color: Rustic Red. HEX triplet: 1A, 0E and 10. RGB value is (26,14,16). Sum of RGB (Red+Green+Blue) = 26+14+16=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E10 is #E5F1EF. Grayscale: #111111. Windows color (decimal): -15069680 or 1052186. OLE color: 1052186.
HSL color Cylindrical-coordinate representation of color #1A0E10: hue angle of 350º 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 #1A0E10 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 14 | 16 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.90 |
| HSL | 350º | 0.3% | 0.08% | - |
| HSV(B) | 350º | 0.46% | 0.1% | - |
| XYZ | 0.68 | 0.57 | 0.56 | - |
| YUV | 17.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 16 | 0 | 0.46 | 0.38 | 0.90 | 350 | 0.3 | 0.08 |
| Hex | 1A | E | 10 | 0 | 2E | 26 | 5A | 15E | 1E | 8 |
| Octal | 32 | 16 | 20 | 0 | 56 | 46 | 132 | 536 | 36 | 10 |
| Binary | 11010 | 1110 | 10000 | 0 | 101110 | 100110 | 1011010 | 101011110 | 11110 | 1000 |
Color Harmonies of #1A0E10
Complementary color
Monochromatic Colors of #1A0E10
Black with #1A0E10
Text Example
Text Example
White with #1A0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0E10; }
p { color: rgb(26,14,16); }
H1.HeaderClassName
{
color: #1A0E10;
}
.AnyTagClassName
{
color: #1A0E10;
}
</style>
background-color css
<style>
a { background-color: #1A0E10; }
a { background-color: rgb(26,14,16); }
div.DivClassName
{
background-color: #1A0E10;
}
.BgClassName
{
background-color: #1A0E10;
}
</style>
border-color css
<style>
span { border-color: #1A0E10; }
span { border-color: rgb(26,14,16); }
td.TdClassName
{
border-color: #1A0E10;
}
.TagClassName
{
border-color: #1A0E10;
}
</style>