Shades of Rustic Red #110307
Tints of Rustic Red #110307
RGB
CMYK
RGB Variations
Color information
#110307 (or 0x110307) is known color: Rustic Red. HEX triplet: 11, 03 and 07. RGB value is (17,3,7). Sum of RGB (Red+Green+Blue) = 17+3+7=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110307 is #EEFCF8. Grayscale: #070707. Windows color (decimal): -15662329 or 459537. OLE color: 459537.
HSL color Cylindrical-coordinate representation of color #110307: hue angle of 342.86º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110307 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 3 | 7 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.93 |
| HSL | 342.86º | 0.7% | 0.04% | - |
| HSV(B) | 342.86º | 0.82% | 0.07% | - |
| XYZ | 0.3 | 0.2 | 0.22 | - |
| YUV | 7.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 7 | 0 | 0.82 | 0.59 | 0.93 | 342.86 | 0.7 | 0.04 |
| Hex | 11 | 3 | 7 | 0 | 52 | 3B | 5D | 157 | 46 | 4 |
| Octal | 21 | 3 | 7 | 0 | 122 | 73 | 135 | 527 | 106 | 4 |
| Binary | 10001 | 11 | 111 | 0 | 1010010 | 111011 | 1011101 | 101010111 | 1000110 | 100 |
Color Harmonies of #110307
Complementary color
Monochromatic Colors of #110307
Black with #110307
Text Example
Text Example
White with #110307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110307; }
p { color: rgb(17,3,7); }
H1.HeaderClassName
{
color: #110307;
}
.AnyTagClassName
{
color: #110307;
}
</style>
background-color css
<style>
a { background-color: #110307; }
a { background-color: rgb(17,3,7); }
div.DivClassName
{
background-color: #110307;
}
.BgClassName
{
background-color: #110307;
}
</style>
border-color css
<style>
span { border-color: #110307; }
span { border-color: rgb(17,3,7); }
td.TdClassName
{
border-color: #110307;
}
.TagClassName
{
border-color: #110307;
}
</style>