Shades of Rustic Red #110106
Tints of Rustic Red #110106
RGB
CMYK
RGB Variations
Color information
#110106 (or 0x110106) is known color: Rustic Red. HEX triplet: 11, 01 and 06. RGB value is (17,1,6). Sum of RGB (Red+Green+Blue) = 17+1+6=24 (3% of max value = 765). Red value is 17 (7.03% from 255 or 70.83% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 17 - color contains mainly: red. Hex color #110106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110106 is #EEFEF9. Grayscale: #060606. Windows color (decimal): -15662842 or 393489. OLE color: 393489.
HSL color Cylindrical-coordinate representation of color #110106: hue angle of 341.25º 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 #110106 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 1 | 6 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.93 |
| HSL | 341.25º | 0.89% | 0.04% | - |
| HSV(B) | 341.25º | 0.94% | 0.07% | - |
| XYZ | 0.27 | 0.15 | 0.19 | - |
| YUV | 6.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 6 | 0 | 0.94 | 0.65 | 0.93 | 341.25 | 0.89 | 0.04 |
| Hex | 11 | 1 | 6 | 0 | 5E | 41 | 5D | 155 | 59 | 4 |
| Octal | 21 | 1 | 6 | 0 | 136 | 101 | 135 | 525 | 131 | 4 |
| Binary | 10001 | 1 | 110 | 0 | 1011110 | 1000001 | 1011101 | 101010101 | 1011001 | 100 |
Color Harmonies of #110106
Complementary color
Monochromatic Colors of #110106
Black with #110106
Text Example
Text Example
White with #110106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110106; }
p { color: rgb(17,1,6); }
H1.HeaderClassName
{
color: #110106;
}
.AnyTagClassName
{
color: #110106;
}
</style>
background-color css
<style>
a { background-color: #110106; }
a { background-color: rgb(17,1,6); }
div.DivClassName
{
background-color: #110106;
}
.BgClassName
{
background-color: #110106;
}
</style>
border-color css
<style>
span { border-color: #110106; }
span { border-color: rgb(17,1,6); }
td.TdClassName
{
border-color: #110106;
}
.TagClassName
{
border-color: #110106;
}
</style>