Shades of Rustic Red #110509
Tints of Rustic Red #110509
RGB
CMYK
RGB Variations
Color information
#110509 (or 0x110509) is known color: Rustic Red. HEX triplet: 11, 05 and 09. RGB value is (17,5,9). Sum of RGB (Red+Green+Blue) = 17+5+9=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #110509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110509 is #EEFAF6. Grayscale: #090909. Windows color (decimal): -15661815 or 591121. OLE color: 591121.
HSL color Cylindrical-coordinate representation of color #110509: hue angle of 340º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110509 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 9 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.93 |
| HSL | 340º | 0.55% | 0.04% | - |
| HSV(B) | 340º | 0.71% | 0.07% | - |
| XYZ | 0.33 | 0.25 | 0.29 | - |
| YUV | 9.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 9 | 0 | 0.71 | 0.47 | 0.93 | 340 | 0.55 | 0.04 |
| Hex | 11 | 5 | 9 | 0 | 47 | 2F | 5D | 154 | 37 | 4 |
| Octal | 21 | 5 | 11 | 0 | 107 | 57 | 135 | 524 | 67 | 4 |
| Binary | 10001 | 101 | 1001 | 0 | 1000111 | 101111 | 1011101 | 101010100 | 110111 | 100 |
Color Harmonies of #110509
Complementary color
Monochromatic Colors of #110509
Black with #110509
Text Example
Text Example
White with #110509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110509; }
p { color: rgb(17,5,9); }
H1.HeaderClassName
{
color: #110509;
}
.AnyTagClassName
{
color: #110509;
}
</style>
background-color css
<style>
a { background-color: #110509; }
a { background-color: rgb(17,5,9); }
div.DivClassName
{
background-color: #110509;
}
.BgClassName
{
background-color: #110509;
}
</style>
border-color css
<style>
span { border-color: #110509; }
span { border-color: rgb(17,5,9); }
td.TdClassName
{
border-color: #110509;
}
.TagClassName
{
border-color: #110509;
}
</style>