Shades of Rustic Red #1A0911
Tints of Rustic Red #1A0911
RGB
CMYK
RGB Variations
Color information
#1A0911 (or 0x1A0911) is known color: Rustic Red. HEX triplet: 1A, 09 and 11. RGB value is (26,9,17). Sum of RGB (Red+Green+Blue) = 26+9+17=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0911 is #E5F6EE. Grayscale: #0E0E0E. Windows color (decimal): -15070959 or 1116442. OLE color: 1116442.
HSL color Cylindrical-coordinate representation of color #1A0911: hue angle of 331.76º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A0911 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 17 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.90 |
| HSL | 331.76º | 0.49% | 0.07% | - |
| HSV(B) | 331.76º | 0.65% | 0.1% | - |
| XYZ | 0.62 | 0.46 | 0.59 | - |
| YUV | 15 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 17 | 0 | 0.65 | 0.35 | 0.90 | 331.76 | 0.49 | 0.07 |
| Hex | 1A | 9 | 11 | 0 | 41 | 23 | 5A | 14C | 31 | 7 |
| Octal | 32 | 11 | 21 | 0 | 101 | 43 | 132 | 514 | 61 | 7 |
| Binary | 11010 | 1001 | 10001 | 0 | 1000001 | 100011 | 1011010 | 101001100 | 110001 | 111 |
Color Harmonies of #1A0911
Complementary color
Monochromatic Colors of #1A0911
Black with #1A0911
Text Example
Text Example
White with #1A0911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0911; }
p { color: rgb(26,9,17); }
H1.HeaderClassName
{
color: #1A0911;
}
.AnyTagClassName
{
color: #1A0911;
}
</style>
background-color css
<style>
a { background-color: #1A0911; }
a { background-color: rgb(26,9,17); }
div.DivClassName
{
background-color: #1A0911;
}
.BgClassName
{
background-color: #1A0911;
}
</style>
border-color css
<style>
span { border-color: #1A0911; }
span { border-color: rgb(26,9,17); }
td.TdClassName
{
border-color: #1A0911;
}
.TagClassName
{
border-color: #1A0911;
}
</style>