Shades of Rustic Red #110004
Tints of Rustic Red #110004
RGB
CMYK
RGB Variations
Color information
#110004 (or 0x110004) is known color: Rustic Red. HEX triplet: 11, 00 and 04. RGB value is (17,0,4). Sum of RGB (Red+Green+Blue) = 17+0+4=21 (2% of max value = 765). Red value is 17 (7.03% from 255 or 80.95% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 17 - color contains mainly: red. Hex color #110004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110004 is #EEFFFB. Grayscale: #050505. Windows color (decimal): -15663100 or 262161. OLE color: 262161.
HSL color Cylindrical-coordinate representation of color #110004: hue angle of 345.88º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110004 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.76 | 0.93 |
| HSL | 345.88º | 1% | 0.03% | - |
| HSV(B) | 345.88º | 1% | 0.07% | - |
| XYZ | 0.25 | 0.13 | 0.13 | - |
| YUV | 5.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 4 | 0 | 1 | 0.76 | 0.93 | 345.88 | 1 | 0.03 |
| Hex | 11 | 0 | 4 | 0 | 64 | 4C | 5D | 15A | 64 | 3 |
| Octal | 21 | 0 | 4 | 0 | 144 | 114 | 135 | 532 | 144 | 3 |
| Binary | 10001 | 0 | 100 | 0 | 1100100 | 1001100 | 1011101 | 101011010 | 1100100 | 11 |
Color Harmonies of #110004
Complementary color
Monochromatic Colors of #110004
Black with #110004
Text Example
Text Example
White with #110004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110004; }
p { color: rgb(17,0,4); }
H1.HeaderClassName
{
color: #110004;
}
.AnyTagClassName
{
color: #110004;
}
</style>
background-color css
<style>
a { background-color: #110004; }
a { background-color: rgb(17,0,4); }
div.DivClassName
{
background-color: #110004;
}
.BgClassName
{
background-color: #110004;
}
</style>
border-color css
<style>
span { border-color: #110004; }
span { border-color: rgb(17,0,4); }
td.TdClassName
{
border-color: #110004;
}
.TagClassName
{
border-color: #110004;
}
</style>