Shades of Rustic Red #1A0809
Tints of Rustic Red #1A0809
RGB
CMYK
RGB Variations
Color information
#1A0809 (or 0x1A0809) is known color: Rustic Red. HEX triplet: 1A, 08 and 09. RGB value is (26,8,9). Sum of RGB (Red+Green+Blue) = 26+8+9=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0809 is #E5F7F6. Grayscale: #0D0D0D. Windows color (decimal): -15071223 or 591898. OLE color: 591898.
HSL color Cylindrical-coordinate representation of color #1A0809: hue angle of 356.67º 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 #1A0809 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
RGB | 26 | 8 | 9 | - |
CMYK | 0 | 0.69 | 0.65 | 0.90 |
HSL | 356.67º | 0.53% | 0.07% | - |
HSV(B) | 356.67º | 0.69% | 0.1% | - |
XYZ | 0.56 | 0.41 | 0.31 | - |
YUV | 13.5 | 125.46 | 136.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 8 | 9 | 0 | 0.69 | 0.65 | 0.90 | 356.67 | 0.53 | 0.07 |
Hex | 1A | 8 | 9 | 0 | 45 | 41 | 5A | 165 | 35 | 7 |
Octal | 32 | 10 | 11 | 0 | 105 | 101 | 132 | 545 | 65 | 7 |
Binary | 11010 | 1000 | 1001 | 0 | 1000101 | 1000001 | 1011010 | 101100101 | 110101 | 111 |
Color Harmonies of #1A0809
Complementary color
Monochromatic Colors of #1A0809
Black with #1A0809
Text Example
Text Example
White with #1A0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0809; }
p { color: rgb(26,8,9); }
H1.HeaderClassName
{
color: #1A0809;
}
.AnyTagClassName
{
color: #1A0809;
}
</style>
background-color css
<style>
a { background-color: #1A0809; }
a { background-color: rgb(26,8,9); }
div.DivClassName
{
background-color: #1A0809;
}
.BgClassName
{
background-color: #1A0809;
}
</style>
border-color css
<style>
span { border-color: #1A0809; }
span { border-color: rgb(26,8,9); }
td.TdClassName
{
border-color: #1A0809;
}
.TagClassName
{
border-color: #1A0809;
}
</style>