Shades of Rustic Red #1A0509
Tints of Rustic Red #1A0509
RGB
CMYK
RGB Variations
Color information
#1A0509 (or 0x1A0509) is known color: Rustic Red. HEX triplet: 1A, 05 and 09. RGB value is (26,5,9). Sum of RGB (Red+Green+Blue) = 26+5+9=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0509 is #E5FAF6. Grayscale: #0B0B0B. Windows color (decimal): -15071991 or 591130. OLE color: 591130.
HSL color Cylindrical-coordinate representation of color #1A0509: hue angle of 348.57º 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 #1A0509 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 9 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.90 |
| HSL | 348.57º | 0.68% | 0.06% | - |
| HSV(B) | 348.57º | 0.81% | 0.1% | - |
| XYZ | 0.53 | 0.35 | 0.3 | - |
| YUV | 11.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 9 | 0 | 0.81 | 0.65 | 0.90 | 348.57 | 0.68 | 0.06 |
| Hex | 1A | 5 | 9 | 0 | 51 | 41 | 5A | 15D | 44 | 6 |
| Octal | 32 | 5 | 11 | 0 | 121 | 101 | 132 | 535 | 104 | 6 |
| Binary | 11010 | 101 | 1001 | 0 | 1010001 | 1000001 | 1011010 | 101011101 | 1000100 | 110 |
Color Harmonies of #1A0509
Complementary color
Monochromatic Colors of #1A0509
Black with #1A0509
Text Example
Text Example
White with #1A0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0509; }
p { color: rgb(26,5,9); }
H1.HeaderClassName
{
color: #1A0509;
}
.AnyTagClassName
{
color: #1A0509;
}
</style>
background-color css
<style>
a { background-color: #1A0509; }
a { background-color: rgb(26,5,9); }
div.DivClassName
{
background-color: #1A0509;
}
.BgClassName
{
background-color: #1A0509;
}
</style>
border-color css
<style>
span { border-color: #1A0509; }
span { border-color: rgb(26,5,9); }
td.TdClassName
{
border-color: #1A0509;
}
.TagClassName
{
border-color: #1A0509;
}
</style>