Shades of Rustic Red #1A040C
Tints of Rustic Red #1A040C
RGB
CMYK
RGB Variations
Color information
#1A040C (or 0x1A040C) is known color: Rustic Red. HEX triplet: 1A, 04 and 0C. RGB value is (26,4,12). Sum of RGB (Red+Green+Blue) = 26+4+12=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A040C is #E5FBF3. Grayscale: #0B0B0B. Windows color (decimal): -15072244 or 787482. OLE color: 787482.
HSL color Cylindrical-coordinate representation of color #1A040C: hue angle of 338.18º 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 #1A040C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 4 | 12 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.90 |
| HSL | 338.18º | 0.73% | 0.06% | - |
| HSV(B) | 338.18º | 0.85% | 0.1% | - |
| XYZ | 0.54 | 0.33 | 0.38 | - |
| YUV | 11.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 4 | 12 | 0 | 0.85 | 0.54 | 0.90 | 338.18 | 0.73 | 0.06 |
| Hex | 1A | 4 | C | 0 | 55 | 36 | 5A | 152 | 49 | 6 |
| Octal | 32 | 4 | 14 | 0 | 125 | 66 | 132 | 522 | 111 | 6 |
| Binary | 11010 | 100 | 1100 | 0 | 1010101 | 110110 | 1011010 | 101010010 | 1001001 | 110 |
Color Harmonies of #1A040C
Complementary color
Monochromatic Colors of #1A040C
Black with #1A040C
Text Example
Text Example
White with #1A040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A040C; }
p { color: rgb(26,4,12); }
H1.HeaderClassName
{
color: #1A040C;
}
.AnyTagClassName
{
color: #1A040C;
}
</style>
background-color css
<style>
a { background-color: #1A040C; }
a { background-color: rgb(26,4,12); }
div.DivClassName
{
background-color: #1A040C;
}
.BgClassName
{
background-color: #1A040C;
}
</style>
border-color css
<style>
span { border-color: #1A040C; }
span { border-color: rgb(26,4,12); }
td.TdClassName
{
border-color: #1A040C;
}
.TagClassName
{
border-color: #1A040C;
}
</style>