Shades of Rustic Red #110708
Tints of Rustic Red #110708
RGB
CMYK
RGB Variations
Color information
#110708 (or 0x110708) is known color: Rustic Red. HEX triplet: 11, 07 and 08. RGB value is (17,7,8). Sum of RGB (Red+Green+Blue) = 17+7+8=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110708 is #EEF8F7. Grayscale: #0A0A0A. Windows color (decimal): -15661304 or 526097. OLE color: 526097.
HSL color Cylindrical-coordinate representation of color #110708: hue angle of 354º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #110708 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 7 | 8 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.93 |
| HSL | 354º | 0.42% | 0.05% | - |
| HSV(B) | 354º | 0.59% | 0.07% | - |
| XYZ | 0.35 | 0.29 | 0.27 | - |
| YUV | 10.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 8 | 0 | 0.59 | 0.53 | 0.93 | 354 | 0.42 | 0.05 |
| Hex | 11 | 7 | 8 | 0 | 3B | 35 | 5D | 162 | 2A | 5 |
| Octal | 21 | 7 | 10 | 0 | 73 | 65 | 135 | 542 | 52 | 5 |
| Binary | 10001 | 111 | 1000 | 0 | 111011 | 110101 | 1011101 | 101100010 | 101010 | 101 |
Color Harmonies of #110708
Complementary color
Monochromatic Colors of #110708
Black with #110708
Text Example
Text Example
White with #110708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110708; }
p { color: rgb(17,7,8); }
H1.HeaderClassName
{
color: #110708;
}
.AnyTagClassName
{
color: #110708;
}
</style>
background-color css
<style>
a { background-color: #110708; }
a { background-color: rgb(17,7,8); }
div.DivClassName
{
background-color: #110708;
}
.BgClassName
{
background-color: #110708;
}
</style>
border-color css
<style>
span { border-color: #110708; }
span { border-color: rgb(17,7,8); }
td.TdClassName
{
border-color: #110708;
}
.TagClassName
{
border-color: #110708;
}
</style>