Shades of Rustic Red #110507
Tints of Rustic Red #110507
RGB
CMYK
RGB Variations
Color information
#110507 (or 0x110507) is known color: Rustic Red. HEX triplet: 11, 05 and 07. RGB value is (17,5,7). Sum of RGB (Red+Green+Blue) = 17+5+7=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110507 is #EEFAF8. Grayscale: #080808. Windows color (decimal): -15661817 or 460049. OLE color: 460049.
HSL color Cylindrical-coordinate representation of color #110507: hue angle of 350º 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 #110507 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 7 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.93 |
| HSL | 350º | 0.55% | 0.04% | - |
| HSV(B) | 350º | 0.71% | 0.07% | - |
| XYZ | 0.32 | 0.24 | 0.23 | - |
| YUV | 8.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 7 | 0 | 0.71 | 0.59 | 0.93 | 350 | 0.55 | 0.04 |
| Hex | 11 | 5 | 7 | 0 | 47 | 3B | 5D | 15E | 37 | 4 |
| Octal | 21 | 5 | 7 | 0 | 107 | 73 | 135 | 536 | 67 | 4 |
| Binary | 10001 | 101 | 111 | 0 | 1000111 | 111011 | 1011101 | 101011110 | 110111 | 100 |
Color Harmonies of #110507
Complementary color
Monochromatic Colors of #110507
Black with #110507
Text Example
Text Example
White with #110507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110507; }
p { color: rgb(17,5,7); }
H1.HeaderClassName
{
color: #110507;
}
.AnyTagClassName
{
color: #110507;
}
</style>
background-color css
<style>
a { background-color: #110507; }
a { background-color: rgb(17,5,7); }
div.DivClassName
{
background-color: #110507;
}
.BgClassName
{
background-color: #110507;
}
</style>
border-color css
<style>
span { border-color: #110507; }
span { border-color: rgb(17,5,7); }
td.TdClassName
{
border-color: #110507;
}
.TagClassName
{
border-color: #110507;
}
</style>