Shades of Rustic Red #1A050A
Tints of Rustic Red #1A050A
RGB
CMYK
RGB Variations
Color information
#1A050A (or 0x1A050A) is known color: Rustic Red. HEX triplet: 1A, 05 and 0A. RGB value is (26,5,10). Sum of RGB (Red+Green+Blue) = 26+5+10=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A050A is #E5FAF5. Grayscale: #0B0B0B. Windows color (decimal): -15071990 or 656666. OLE color: 656666.
HSL color Cylindrical-coordinate representation of color #1A050A: hue angle of 345.71º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A050A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 10 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.90 |
| HSL | 345.71º | 0.68% | 0.06% | - |
| HSV(B) | 345.71º | 0.81% | 0.1% | - |
| XYZ | 0.54 | 0.35 | 0.33 | - |
| YUV | 11.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 10 | 0 | 0.81 | 0.62 | 0.90 | 345.71 | 0.68 | 0.06 |
| Hex | 1A | 5 | A | 0 | 51 | 3E | 5A | 15A | 44 | 6 |
| Octal | 32 | 5 | 12 | 0 | 121 | 76 | 132 | 532 | 104 | 6 |
| Binary | 11010 | 101 | 1010 | 0 | 1010001 | 111110 | 1011010 | 101011010 | 1000100 | 110 |
Color Harmonies of #1A050A
Complementary color
Monochromatic Colors of #1A050A
Black with #1A050A
Text Example
Text Example
White with #1A050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A050A; }
p { color: rgb(26,5,10); }
H1.HeaderClassName
{
color: #1A050A;
}
.AnyTagClassName
{
color: #1A050A;
}
</style>
background-color css
<style>
a { background-color: #1A050A; }
a { background-color: rgb(26,5,10); }
div.DivClassName
{
background-color: #1A050A;
}
.BgClassName
{
background-color: #1A050A;
}
</style>
border-color css
<style>
span { border-color: #1A050A; }
span { border-color: rgb(26,5,10); }
td.TdClassName
{
border-color: #1A050A;
}
.TagClassName
{
border-color: #1A050A;
}
</style>