Shades of Rustic Red #110108
Tints of Rustic Red #110108
RGB
CMYK
RGB Variations
Color information
#110108 (or 0x110108) is known color: Rustic Red. HEX triplet: 11, 01 and 08. RGB value is (17,1,8). Sum of RGB (Red+Green+Blue) = 17+1+8=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110108 is #EEFEF7. Grayscale: #060606. Windows color (decimal): -15662840 or 524561. OLE color: 524561.
HSL color Cylindrical-coordinate representation of color #110108: hue angle of 333.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110108 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 1 | 8 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.93 |
| HSL | 333.75º | 0.89% | 0.04% | - |
| HSV(B) | 333.75º | 0.94% | 0.07% | - |
| XYZ | 0.29 | 0.16 | 0.25 | - |
| YUV | 6.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 8 | 0 | 0.94 | 0.53 | 0.93 | 333.75 | 0.89 | 0.04 |
| Hex | 11 | 1 | 8 | 0 | 5E | 35 | 5D | 14E | 59 | 4 |
| Octal | 21 | 1 | 10 | 0 | 136 | 65 | 135 | 516 | 131 | 4 |
| Binary | 10001 | 1 | 1000 | 0 | 1011110 | 110101 | 1011101 | 101001110 | 1011001 | 100 |
Color Harmonies of #110108
Complementary color
Monochromatic Colors of #110108
Black with #110108
Text Example
Text Example
White with #110108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110108; }
p { color: rgb(17,1,8); }
H1.HeaderClassName
{
color: #110108;
}
.AnyTagClassName
{
color: #110108;
}
</style>
background-color css
<style>
a { background-color: #110108; }
a { background-color: rgb(17,1,8); }
div.DivClassName
{
background-color: #110108;
}
.BgClassName
{
background-color: #110108;
}
</style>
border-color css
<style>
span { border-color: #110108; }
span { border-color: rgb(17,1,8); }
td.TdClassName
{
border-color: #110108;
}
.TagClassName
{
border-color: #110108;
}
</style>