Shades of Rustic Red #110B0C
Tints of Rustic Red #110B0C
RGB
CMYK
RGB Variations
Color information
#110B0C (or 0x110B0C) is known color: Rustic Red. HEX triplet: 11, 0B and 0C. RGB value is (17,11,12). Sum of RGB (Red+Green+Blue) = 17+11+12=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0C is #EEF4F3. Grayscale: #0C0C0C. Windows color (decimal): -15660276 or 789265. OLE color: 789265.
HSL color Cylindrical-coordinate representation of color #110B0C: hue angle of 350º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #110B0C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 11 | 12 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.93 |
| HSL | 350º | 0.21% | 0.05% | - |
| HSV(B) | 350º | 0.35% | 0.07% | - |
| XYZ | 0.42 | 0.39 | 0.4 | - |
| YUV | 12.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 12 | 0 | 0.35 | 0.29 | 0.93 | 350 | 0.21 | 0.05 |
| Hex | 11 | B | C | 0 | 23 | 1D | 5D | 15E | 15 | 5 |
| Octal | 21 | 13 | 14 | 0 | 43 | 35 | 135 | 536 | 25 | 5 |
| Binary | 10001 | 1011 | 1100 | 0 | 100011 | 11101 | 1011101 | 101011110 | 10101 | 101 |
Color Harmonies of #110B0C
Complementary color
Monochromatic Colors of #110B0C
Black with #110B0C
Text Example
Text Example
White with #110B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B0C; }
p { color: rgb(17,11,12); }
H1.HeaderClassName
{
color: #110B0C;
}
.AnyTagClassName
{
color: #110B0C;
}
</style>
background-color css
<style>
a { background-color: #110B0C; }
a { background-color: rgb(17,11,12); }
div.DivClassName
{
background-color: #110B0C;
}
.BgClassName
{
background-color: #110B0C;
}
</style>
border-color css
<style>
span { border-color: #110B0C; }
span { border-color: rgb(17,11,12); }
td.TdClassName
{
border-color: #110B0C;
}
.TagClassName
{
border-color: #110B0C;
}
</style>