Shades of Rustic Red #110408
Tints of Rustic Red #110408
RGB
CMYK
RGB Variations
Color information
#110408 (or 0x110408) is known color: Rustic Red. HEX triplet: 11, 04 and 08. RGB value is (17,4,8). Sum of RGB (Red+Green+Blue) = 17+4+8=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110408 is #EEFBF7. Grayscale: #080808. Windows color (decimal): -15662072 or 525329. OLE color: 525329.
HSL color Cylindrical-coordinate representation of color #110408: hue angle of 341.54º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110408 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 4 | 8 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.93 |
| HSL | 341.54º | 0.62% | 0.04% | - |
| HSV(B) | 341.54º | 0.76% | 0.07% | - |
| XYZ | 0.32 | 0.22 | 0.26 | - |
| YUV | 8.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 8 | 0 | 0.76 | 0.53 | 0.93 | 341.54 | 0.62 | 0.04 |
| Hex | 11 | 4 | 8 | 0 | 4C | 35 | 5D | 156 | 3E | 4 |
| Octal | 21 | 4 | 10 | 0 | 114 | 65 | 135 | 526 | 76 | 4 |
| Binary | 10001 | 100 | 1000 | 0 | 1001100 | 110101 | 1011101 | 101010110 | 111110 | 100 |
Color Harmonies of #110408
Complementary color
Monochromatic Colors of #110408
Black with #110408
Text Example
Text Example
White with #110408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110408; }
p { color: rgb(17,4,8); }
H1.HeaderClassName
{
color: #110408;
}
.AnyTagClassName
{
color: #110408;
}
</style>
background-color css
<style>
a { background-color: #110408; }
a { background-color: rgb(17,4,8); }
div.DivClassName
{
background-color: #110408;
}
.BgClassName
{
background-color: #110408;
}
</style>
border-color css
<style>
span { border-color: #110408; }
span { border-color: rgb(17,4,8); }
td.TdClassName
{
border-color: #110408;
}
.TagClassName
{
border-color: #110408;
}
</style>