Shades of Rustic Red #1A0409
Tints of Rustic Red #1A0409
RGB
CMYK
RGB Variations
Color information
#1A0409 (or 0x1A0409) is known color: Rustic Red. HEX triplet: 1A, 04 and 09. RGB value is (26,4,9). Sum of RGB (Red+Green+Blue) = 26+4+9=39 (5% of max value = 765). Red value is 26 (10.55% from 255 or 66.67% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0409 is #E5FBF6. Grayscale: #0B0B0B. Windows color (decimal): -15072247 or 590874. OLE color: 590874.
HSL color Cylindrical-coordinate representation of color #1A0409: hue angle of 346.36º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A0409 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 4 | 9 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.90 |
| HSL | 346.36º | 0.73% | 0.06% | - |
| HSV(B) | 346.36º | 0.85% | 0.1% | - |
| XYZ | 0.52 | 0.33 | 0.29 | - |
| YUV | 11.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 9 | 0 | 0.85 | 0.65 | 0.90 | 346.36 | 0.73 | 0.06 |
| Hex | 1A | 4 | 9 | 0 | 55 | 41 | 5A | 15A | 49 | 6 |
| Octal | 32 | 4 | 11 | 0 | 125 | 101 | 132 | 532 | 111 | 6 |
| Binary | 11010 | 100 | 1001 | 0 | 1010101 | 1000001 | 1011010 | 101011010 | 1001001 | 110 |
Color Harmonies of #1A0409
Complementary color
Monochromatic Colors of #1A0409
Black with #1A0409
Text Example
Text Example
White with #1A0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0409; }
p { color: rgb(26,4,9); }
H1.HeaderClassName
{
color: #1A0409;
}
.AnyTagClassName
{
color: #1A0409;
}
</style>
background-color css
<style>
a { background-color: #1A0409; }
a { background-color: rgb(26,4,9); }
div.DivClassName
{
background-color: #1A0409;
}
.BgClassName
{
background-color: #1A0409;
}
</style>
border-color css
<style>
span { border-color: #1A0409; }
span { border-color: rgb(26,4,9); }
td.TdClassName
{
border-color: #1A0409;
}
.TagClassName
{
border-color: #1A0409;
}
</style>