Shades of Rustic Red #1A080A
Tints of Rustic Red #1A080A
RGB
CMYK
RGB Variations
Color information
#1A080A (or 0x1A080A) is known color: Rustic Red. HEX triplet: 1A, 08 and 0A. RGB value is (26,8,10). Sum of RGB (Red+Green+Blue) = 26+8+10=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A080A is #E5F7F5. Grayscale: #0D0D0D. Windows color (decimal): -15071222 or 657434. OLE color: 657434.
HSL color Cylindrical-coordinate representation of color #1A080A: hue angle of 353.33º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A080A is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 8 | 10 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.90 |
| HSL | 353.33º | 0.53% | 0.07% | - |
| HSV(B) | 353.33º | 0.69% | 0.1% | - |
| XYZ | 0.57 | 0.42 | 0.34 | - |
| YUV | 13.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 8 | 10 | 0 | 0.69 | 0.62 | 0.90 | 353.33 | 0.53 | 0.07 |
| Hex | 1A | 8 | A | 0 | 45 | 3E | 5A | 161 | 35 | 7 |
| Octal | 32 | 10 | 12 | 0 | 105 | 76 | 132 | 541 | 65 | 7 |
| Binary | 11010 | 1000 | 1010 | 0 | 1000101 | 111110 | 1011010 | 101100001 | 110101 | 111 |
Color Harmonies of #1A080A
Complementary color
Monochromatic Colors of #1A080A
Black with #1A080A
Text Example
Text Example
White with #1A080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A080A; }
p { color: rgb(26,8,10); }
H1.HeaderClassName
{
color: #1A080A;
}
.AnyTagClassName
{
color: #1A080A;
}
</style>
background-color css
<style>
a { background-color: #1A080A; }
a { background-color: rgb(26,8,10); }
div.DivClassName
{
background-color: #1A080A;
}
.BgClassName
{
background-color: #1A080A;
}
</style>
border-color css
<style>
span { border-color: #1A080A; }
span { border-color: rgb(26,8,10); }
td.TdClassName
{
border-color: #1A080A;
}
.TagClassName
{
border-color: #1A080A;
}
</style>