Shades of Rustic Red #110C0E
Tints of Rustic Red #110C0E
RGB
CMYK
RGB Variations
Color information
#110C0E (or 0x110C0E) is known color: Rustic Red. HEX triplet: 11, 0C and 0E. RGB value is (17,12,14). Sum of RGB (Red+Green+Blue) = 17+12+14=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 17 - color contains mainly: red. Hex color #110C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C0E is #EEF3F1. Grayscale: #0D0D0D. Windows color (decimal): -15660018 or 920593. OLE color: 920593.
HSL color Cylindrical-coordinate representation of color #110C0E: hue angle of 336º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #110C0E is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 12 | 14 | - |
CMYK | 0 | 0.29 | 0.18 | 0.93 |
HSL | 336º | 0.17% | 0.06% | - |
HSV(B) | 336º | 0.29% | 0.07% | - |
XYZ | 0.44 | 0.41 | 0.47 | - |
YUV | 13.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 12 | 14 | 0 | 0.29 | 0.18 | 0.93 | 336 | 0.17 | 0.06 |
Hex | 11 | C | E | 0 | 1D | 12 | 5D | 150 | 11 | 6 |
Octal | 21 | 14 | 16 | 0 | 35 | 22 | 135 | 520 | 21 | 6 |
Binary | 10001 | 1100 | 1110 | 0 | 11101 | 10010 | 1011101 | 101010000 | 10001 | 110 |
Color Harmonies of #110C0E
Complementary color
Monochromatic Colors of #110C0E
Black with #110C0E
Text Example
Text Example
White with #110C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C0E; }
p { color: rgb(17,12,14); }
H1.HeaderClassName
{
color: #110C0E;
}
.AnyTagClassName
{
color: #110C0E;
}
</style>
background-color css
<style>
a { background-color: #110C0E; }
a { background-color: rgb(17,12,14); }
div.DivClassName
{
background-color: #110C0E;
}
.BgClassName
{
background-color: #110C0E;
}
</style>
border-color css
<style>
span { border-color: #110C0E; }
span { border-color: rgb(17,12,14); }
td.TdClassName
{
border-color: #110C0E;
}
.TagClassName
{
border-color: #110C0E;
}
</style>