Shades of Rustic Red #1A0009
Tints of Rustic Red #1A0009
RGB
CMYK
RGB Variations
Color information
#1A0009 (or 0x1A0009) is known color: Rustic Red. HEX triplet: 1A, 00 and 09. RGB value is (26,0,9). Sum of RGB (Red+Green+Blue) = 26+0+9=35 (4% of max value = 765). Red value is 26 (10.55% from 255 or 74.29% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0009 is #E5FFF6. Grayscale: #080808. Windows color (decimal): -15073271 or 589850. OLE color: 589850.
HSL color Cylindrical-coordinate representation of color #1A0009: hue angle of 339.23º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0009 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.65 | 0.90 |
| HSL | 339.23º | 1% | 0.05% | - |
| HSV(B) | 339.23º | 1% | 0.1% | - |
| XYZ | 0.48 | 0.24 | 0.28 | - |
| YUV | 8.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 9 | 0 | 1 | 0.65 | 0.90 | 339.23 | 1 | 0.05 |
| Hex | 1A | 0 | 9 | 0 | 64 | 41 | 5A | 153 | 64 | 5 |
| Octal | 32 | 0 | 11 | 0 | 144 | 101 | 132 | 523 | 144 | 5 |
| Binary | 11010 | 0 | 1001 | 0 | 1100100 | 1000001 | 1011010 | 101010011 | 1100100 | 101 |
Color Harmonies of #1A0009
Complementary color
Monochromatic Colors of #1A0009
Black with #1A0009
Text Example
Text Example
White with #1A0009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0009; }
p { color: rgb(26,0,9); }
H1.HeaderClassName
{
color: #1A0009;
}
.AnyTagClassName
{
color: #1A0009;
}
</style>
background-color css
<style>
a { background-color: #1A0009; }
a { background-color: rgb(26,0,9); }
div.DivClassName
{
background-color: #1A0009;
}
.BgClassName
{
background-color: #1A0009;
}
</style>
border-color css
<style>
span { border-color: #1A0009; }
span { border-color: rgb(26,0,9); }
td.TdClassName
{
border-color: #1A0009;
}
.TagClassName
{
border-color: #1A0009;
}
</style>