Shades of Rustic Red #1A000C
Tints of Rustic Red #1A000C
RGB
CMYK
RGB Variations
Color information
#1A000C (or 0x1A000C) is known color: Rustic Red. HEX triplet: 1A, 00 and 0C. RGB value is (26,0,12). Sum of RGB (Red+Green+Blue) = 26+0+12=38 (5% of max value = 765). Red value is 26 (10.55% from 255 or 68.42% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 26 - color contains mainly: red. Hex color #1A000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A000C is #E5FFF3. Grayscale: #090909. Windows color (decimal): -15073268 or 786458. OLE color: 786458.
HSL color Cylindrical-coordinate representation of color #1A000C: hue angle of 332.31º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A000C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.54 | 0.90 |
| HSL | 332.31º | 1% | 0.05% | - |
| HSV(B) | 332.31º | 1% | 0.1% | - |
| XYZ | 0.49 | 0.25 | 0.37 | - |
| YUV | 9.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 0 | 12 | 0 | 1 | 0.54 | 0.90 | 332.31 | 1 | 0.05 |
| Hex | 1A | 0 | C | 0 | 64 | 36 | 5A | 14C | 64 | 5 |
| Octal | 32 | 0 | 14 | 0 | 144 | 66 | 132 | 514 | 144 | 5 |
| Binary | 11010 | 0 | 1100 | 0 | 1100100 | 110110 | 1011010 | 101001100 | 1100100 | 101 |
Color Harmonies of #1A000C
Complementary color
Monochromatic Colors of #1A000C
Black with #1A000C
Text Example
Text Example
White with #1A000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A000C; }
p { color: rgb(26,0,12); }
H1.HeaderClassName
{
color: #1A000C;
}
.AnyTagClassName
{
color: #1A000C;
}
</style>
background-color css
<style>
a { background-color: #1A000C; }
a { background-color: rgb(26,0,12); }
div.DivClassName
{
background-color: #1A000C;
}
.BgClassName
{
background-color: #1A000C;
}
</style>
border-color css
<style>
span { border-color: #1A000C; }
span { border-color: rgb(26,0,12); }
td.TdClassName
{
border-color: #1A000C;
}
.TagClassName
{
border-color: #1A000C;
}
</style>