Shades of Rustic Red #110A0B
Tints of Rustic Red #110A0B
RGB
CMYK
RGB Variations
Color information
#110A0B (or 0x110A0B) is known color: Rustic Red. HEX triplet: 11, 0A and 0B. RGB value is (17,10,11). Sum of RGB (Red+Green+Blue) = 17+10+11=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #110A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110A0B is #EEF5F4. Grayscale: #0C0C0C. Windows color (decimal): -15660533 or 723473. OLE color: 723473.
HSL color Cylindrical-coordinate representation of color #110A0B: hue angle of 351.43º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110A0B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 10 | 11 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.93 |
| HSL | 351.43º | 0.26% | 0.05% | - |
| HSV(B) | 351.43º | 0.41% | 0.07% | - |
| XYZ | 0.4 | 0.36 | 0.37 | - |
| YUV | 12.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 11 | 0 | 0.41 | 0.35 | 0.93 | 351.43 | 0.26 | 0.05 |
| Hex | 11 | A | B | 0 | 29 | 23 | 5D | 15F | 1A | 5 |
| Octal | 21 | 12 | 13 | 0 | 51 | 43 | 135 | 537 | 32 | 5 |
| Binary | 10001 | 1010 | 1011 | 0 | 101001 | 100011 | 1011101 | 101011111 | 11010 | 101 |
Color Harmonies of #110A0B
Complementary color
Monochromatic Colors of #110A0B
Black with #110A0B
Text Example
Text Example
White with #110A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110A0B; }
p { color: rgb(17,10,11); }
H1.HeaderClassName
{
color: #110A0B;
}
.AnyTagClassName
{
color: #110A0B;
}
</style>
background-color css
<style>
a { background-color: #110A0B; }
a { background-color: rgb(17,10,11); }
div.DivClassName
{
background-color: #110A0B;
}
.BgClassName
{
background-color: #110A0B;
}
</style>
border-color css
<style>
span { border-color: #110A0B; }
span { border-color: rgb(17,10,11); }
td.TdClassName
{
border-color: #110A0B;
}
.TagClassName
{
border-color: #110A0B;
}
</style>