Shades of Rustic Red #1A060C
Tints of Rustic Red #1A060C
RGB
CMYK
RGB Variations
Color information
#1A060C (or 0x1A060C) is known color: Rustic Red. HEX triplet: 1A, 06 and 0C. RGB value is (26,6,12). Sum of RGB (Red+Green+Blue) = 26+6+12=44 (5% of max value = 765). Red value is 26 (10.55% from 255 or 59.09% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 26 - color contains mainly: red. Hex color #1A060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A060C is #E5F9F3. Grayscale: #0C0C0C. Windows color (decimal): -15071732 or 787994. OLE color: 787994.
HSL color Cylindrical-coordinate representation of color #1A060C: hue angle of 342º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A060C is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 12 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.90 |
| HSL | 342º | 0.63% | 0.06% | - |
| HSV(B) | 342º | 0.77% | 0.1% | - |
| XYZ | 0.56 | 0.38 | 0.39 | - |
| YUV | 12.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 12 | 0 | 0.77 | 0.54 | 0.90 | 342 | 0.63 | 0.06 |
| Hex | 1A | 6 | C | 0 | 4D | 36 | 5A | 156 | 3E | 6 |
| Octal | 32 | 6 | 14 | 0 | 115 | 66 | 132 | 526 | 76 | 6 |
| Binary | 11010 | 110 | 1100 | 0 | 1001101 | 110110 | 1011010 | 101010110 | 111110 | 110 |
Color Harmonies of #1A060C
Complementary color
Monochromatic Colors of #1A060C
Black with #1A060C
Text Example
Text Example
White with #1A060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A060C; }
p { color: rgb(26,6,12); }
H1.HeaderClassName
{
color: #1A060C;
}
.AnyTagClassName
{
color: #1A060C;
}
</style>
background-color css
<style>
a { background-color: #1A060C; }
a { background-color: rgb(26,6,12); }
div.DivClassName
{
background-color: #1A060C;
}
.BgClassName
{
background-color: #1A060C;
}
</style>
border-color css
<style>
span { border-color: #1A060C; }
span { border-color: rgb(26,6,12); }
td.TdClassName
{
border-color: #1A060C;
}
.TagClassName
{
border-color: #1A060C;
}
</style>