Shades of Rustic Red #1A010A
Tints of Rustic Red #1A010A
RGB
CMYK
RGB Variations
Color information
#1A010A (or 0x1A010A) is known color: Rustic Red. HEX triplet: 1A, 01 and 0A. RGB value is (26,1,10). Sum of RGB (Red+Green+Blue) = 26+1+10=37 (4% of max value = 765). Red value is 26 (10.55% from 255 or 70.27% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 26 - color contains mainly: red. Hex color #1A010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A010A is #E5FEF5. Grayscale: #090909. Windows color (decimal): -15073014 or 655642. OLE color: 655642.
HSL color Cylindrical-coordinate representation of color #1A010A: hue angle of 338.4º 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 #1A010A is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 1 | 10 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.90 |
| HSL | 338.4º | 0.93% | 0.05% | - |
| HSV(B) | 338.4º | 0.96% | 0.1% | - |
| XYZ | 0.49 | 0.26 | 0.31 | - |
| YUV | 9.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 10 | 0 | 0.96 | 0.62 | 0.90 | 338.4 | 0.93 | 0.05 |
| Hex | 1A | 1 | A | 0 | 60 | 3E | 5A | 152 | 5D | 5 |
| Octal | 32 | 1 | 12 | 0 | 140 | 76 | 132 | 522 | 135 | 5 |
| Binary | 11010 | 1 | 1010 | 0 | 1100000 | 111110 | 1011010 | 101010010 | 1011101 | 101 |
Color Harmonies of #1A010A
Complementary color
Monochromatic Colors of #1A010A
Black with #1A010A
Text Example
Text Example
White with #1A010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A010A; }
p { color: rgb(26,1,10); }
H1.HeaderClassName
{
color: #1A010A;
}
.AnyTagClassName
{
color: #1A010A;
}
</style>
background-color css
<style>
a { background-color: #1A010A; }
a { background-color: rgb(26,1,10); }
div.DivClassName
{
background-color: #1A010A;
}
.BgClassName
{
background-color: #1A010A;
}
</style>
border-color css
<style>
span { border-color: #1A010A; }
span { border-color: rgb(26,1,10); }
td.TdClassName
{
border-color: #1A010A;
}
.TagClassName
{
border-color: #1A010A;
}
</style>