Shades of Rustic Red #110109
Tints of Rustic Red #110109
RGB
CMYK
RGB Variations
Color information
#110109 (or 0x110109) is known color: Rustic Red. HEX triplet: 11, 01 and 09. RGB value is (17,1,9). Sum of RGB (Red+Green+Blue) = 17+1+9=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110109 is #EEFEF6. Grayscale: #060606. Windows color (decimal): -15662839 or 590097. OLE color: 590097.
HSL color Cylindrical-coordinate representation of color #110109: hue angle of 330º 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 #110109 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 1 | 9 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.93 |
| HSL | 330º | 0.89% | 0.04% | - |
| HSV(B) | 330º | 0.94% | 0.07% | - |
| XYZ | 0.29 | 0.16 | 0.27 | - |
| YUV | 6.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 9 | 0 | 0.94 | 0.47 | 0.93 | 330 | 0.89 | 0.04 |
| Hex | 11 | 1 | 9 | 0 | 5E | 2F | 5D | 14A | 59 | 4 |
| Octal | 21 | 1 | 11 | 0 | 136 | 57 | 135 | 512 | 131 | 4 |
| Binary | 10001 | 1 | 1001 | 0 | 1011110 | 101111 | 1011101 | 101001010 | 1011001 | 100 |
Color Harmonies of #110109
Complementary color
Monochromatic Colors of #110109
Black with #110109
Text Example
Text Example
White with #110109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110109; }
p { color: rgb(17,1,9); }
H1.HeaderClassName
{
color: #110109;
}
.AnyTagClassName
{
color: #110109;
}
</style>
background-color css
<style>
a { background-color: #110109; }
a { background-color: rgb(17,1,9); }
div.DivClassName
{
background-color: #110109;
}
.BgClassName
{
background-color: #110109;
}
</style>
border-color css
<style>
span { border-color: #110109; }
span { border-color: rgb(17,1,9); }
td.TdClassName
{
border-color: #110109;
}
.TagClassName
{
border-color: #110109;
}
</style>