Shades of Rustic Red #110508
Tints of Rustic Red #110508
RGB
CMYK
RGB Variations
Color information
#110508 (or 0x110508) is known color: Rustic Red. HEX triplet: 11, 05 and 08. RGB value is (17,5,8). Sum of RGB (Red+Green+Blue) = 17+5+8=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110508 is #EEFAF7. Grayscale: #080808. Windows color (decimal): -15661816 or 525585. OLE color: 525585.
HSL color Cylindrical-coordinate representation of color #110508: hue angle of 345º 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 #110508 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 8 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.93 |
| HSL | 345º | 0.55% | 0.04% | - |
| HSV(B) | 345º | 0.71% | 0.07% | - |
| XYZ | 0.33 | 0.25 | 0.26 | - |
| YUV | 8.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 8 | 0 | 0.71 | 0.53 | 0.93 | 345 | 0.55 | 0.04 |
| Hex | 11 | 5 | 8 | 0 | 47 | 35 | 5D | 159 | 37 | 4 |
| Octal | 21 | 5 | 10 | 0 | 107 | 65 | 135 | 531 | 67 | 4 |
| Binary | 10001 | 101 | 1000 | 0 | 1000111 | 110101 | 1011101 | 101011001 | 110111 | 100 |
Color Harmonies of #110508
Complementary color
Monochromatic Colors of #110508
Black with #110508
Text Example
Text Example
White with #110508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110508; }
p { color: rgb(17,5,8); }
H1.HeaderClassName
{
color: #110508;
}
.AnyTagClassName
{
color: #110508;
}
</style>
background-color css
<style>
a { background-color: #110508; }
a { background-color: rgb(17,5,8); }
div.DivClassName
{
background-color: #110508;
}
.BgClassName
{
background-color: #110508;
}
</style>
border-color css
<style>
span { border-color: #110508; }
span { border-color: rgb(17,5,8); }
td.TdClassName
{
border-color: #110508;
}
.TagClassName
{
border-color: #110508;
}
</style>