Shades of Rustic Red #110506
Tints of Rustic Red #110506
RGB
CMYK
RGB Variations
Color information
#110506 (or 0x110506) is known color: Rustic Red. HEX triplet: 11, 05 and 06. RGB value is (17,5,6). Sum of RGB (Red+Green+Blue) = 17+5+6=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110506 is #EEFAF9. Grayscale: #080808. Windows color (decimal): -15661818 or 394513. OLE color: 394513.
HSL color Cylindrical-coordinate representation of color #110506: hue angle of 355º 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 #110506 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 6 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.93 |
| HSL | 355º | 0.55% | 0.04% | - |
| HSV(B) | 355º | 0.71% | 0.07% | - |
| XYZ | 0.32 | 0.24 | 0.2 | - |
| YUV | 8.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 6 | 0 | 0.71 | 0.65 | 0.93 | 355 | 0.55 | 0.04 |
| Hex | 11 | 5 | 6 | 0 | 47 | 41 | 5D | 163 | 37 | 4 |
| Octal | 21 | 5 | 6 | 0 | 107 | 101 | 135 | 543 | 67 | 4 |
| Binary | 10001 | 101 | 110 | 0 | 1000111 | 1000001 | 1011101 | 101100011 | 110111 | 100 |
Color Harmonies of #110506
Complementary color
Monochromatic Colors of #110506
Black with #110506
Text Example
Text Example
White with #110506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110506; }
p { color: rgb(17,5,6); }
H1.HeaderClassName
{
color: #110506;
}
.AnyTagClassName
{
color: #110506;
}
</style>
background-color css
<style>
a { background-color: #110506; }
a { background-color: rgb(17,5,6); }
div.DivClassName
{
background-color: #110506;
}
.BgClassName
{
background-color: #110506;
}
</style>
border-color css
<style>
span { border-color: #110506; }
span { border-color: rgb(17,5,6); }
td.TdClassName
{
border-color: #110506;
}
.TagClassName
{
border-color: #110506;
}
</style>