Shades of Rustic Red #1A040D
Tints of Rustic Red #1A040D
RGB
CMYK
RGB Variations
Color information
#1A040D (or 0x1A040D) is known color: Rustic Red. HEX triplet: 1A, 04 and 0D. RGB value is (26,4,13). Sum of RGB (Red+Green+Blue) = 26+4+13=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A040D is #E5FBF2. Grayscale: #0B0B0B. Windows color (decimal): -15072243 or 853018. OLE color: 853018.
HSL color Cylindrical-coordinate representation of color #1A040D: hue angle of 335.45º 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 #1A040D is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 4 | 13 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.90 |
| HSL | 335.45º | 0.73% | 0.06% | - |
| HSV(B) | 335.45º | 0.85% | 0.1% | - |
| XYZ | 0.54 | 0.34 | 0.42 | - |
| YUV | 11.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 13 | 0 | 0.85 | 0.5 | 0.90 | 335.45 | 0.73 | 0.06 |
| Hex | 1A | 4 | D | 0 | 55 | 32 | 5A | 14F | 49 | 6 |
| Octal | 32 | 4 | 15 | 0 | 125 | 62 | 132 | 517 | 111 | 6 |
| Binary | 11010 | 100 | 1101 | 0 | 1010101 | 110010 | 1011010 | 101001111 | 1001001 | 110 |
Color Harmonies of #1A040D
Complementary color
Monochromatic Colors of #1A040D
Black with #1A040D
Text Example
Text Example
White with #1A040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A040D; }
p { color: rgb(26,4,13); }
H1.HeaderClassName
{
color: #1A040D;
}
.AnyTagClassName
{
color: #1A040D;
}
</style>
background-color css
<style>
a { background-color: #1A040D; }
a { background-color: rgb(26,4,13); }
div.DivClassName
{
background-color: #1A040D;
}
.BgClassName
{
background-color: #1A040D;
}
</style>
border-color css
<style>
span { border-color: #1A040D; }
span { border-color: rgb(26,4,13); }
td.TdClassName
{
border-color: #1A040D;
}
.TagClassName
{
border-color: #1A040D;
}
</style>