Shades of Rustic Red #110407
Tints of Rustic Red #110407
RGB
CMYK
RGB Variations
Color information
#110407 (or 0x110407) is known color: Rustic Red. HEX triplet: 11, 04 and 07. RGB value is (17,4,7). Sum of RGB (Red+Green+Blue) = 17+4+7=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110407 is #EEFBF8. Grayscale: #080808. Windows color (decimal): -15662073 or 459793. OLE color: 459793.
HSL color Cylindrical-coordinate representation of color #110407: hue angle of 346.15º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110407 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 4 | 7 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.93 |
| HSL | 346.15º | 0.62% | 0.04% | - |
| HSV(B) | 346.15º | 0.76% | 0.07% | - |
| XYZ | 0.31 | 0.22 | 0.23 | - |
| YUV | 8.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 7 | 0 | 0.76 | 0.59 | 0.93 | 346.15 | 0.62 | 0.04 |
| Hex | 11 | 4 | 7 | 0 | 4C | 3B | 5D | 15A | 3E | 4 |
| Octal | 21 | 4 | 7 | 0 | 114 | 73 | 135 | 532 | 76 | 4 |
| Binary | 10001 | 100 | 111 | 0 | 1001100 | 111011 | 1011101 | 101011010 | 111110 | 100 |
Color Harmonies of #110407
Complementary color
Monochromatic Colors of #110407
Black with #110407
Text Example
Text Example
White with #110407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110407; }
p { color: rgb(17,4,7); }
H1.HeaderClassName
{
color: #110407;
}
.AnyTagClassName
{
color: #110407;
}
</style>
background-color css
<style>
a { background-color: #110407; }
a { background-color: rgb(17,4,7); }
div.DivClassName
{
background-color: #110407;
}
.BgClassName
{
background-color: #110407;
}
</style>
border-color css
<style>
span { border-color: #110407; }
span { border-color: rgb(17,4,7); }
td.TdClassName
{
border-color: #110407;
}
.TagClassName
{
border-color: #110407;
}
</style>