Shades of Rustic Red #11070B
Tints of Rustic Red #11070B
RGB
CMYK
RGB Variations
Color information
#11070B (or 0x11070B) is known color: Rustic Red. HEX triplet: 11, 07 and 0B. RGB value is (17,7,11). Sum of RGB (Red+Green+Blue) = 17+7+11=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #11070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11070B is #EEF8F4. Grayscale: #0A0A0A. Windows color (decimal): -15661301 or 722705. OLE color: 722705.
HSL color Cylindrical-coordinate representation of color #11070B: hue angle of 336º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #11070B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 7 | 11 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.93 |
| HSL | 336º | 0.42% | 0.05% | - |
| HSV(B) | 336º | 0.59% | 0.07% | - |
| XYZ | 0.37 | 0.3 | 0.35 | - |
| YUV | 10.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 11 | 0 | 0.59 | 0.35 | 0.93 | 336 | 0.42 | 0.05 |
| Hex | 11 | 7 | B | 0 | 3B | 23 | 5D | 150 | 2A | 5 |
| Octal | 21 | 7 | 13 | 0 | 73 | 43 | 135 | 520 | 52 | 5 |
| Binary | 10001 | 111 | 1011 | 0 | 111011 | 100011 | 1011101 | 101010000 | 101010 | 101 |
Color Harmonies of #11070B
Complementary color
Monochromatic Colors of #11070B
Black with #11070B
Text Example
Text Example
White with #11070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11070B; }
p { color: rgb(17,7,11); }
H1.HeaderClassName
{
color: #11070B;
}
.AnyTagClassName
{
color: #11070B;
}
</style>
background-color css
<style>
a { background-color: #11070B; }
a { background-color: rgb(17,7,11); }
div.DivClassName
{
background-color: #11070B;
}
.BgClassName
{
background-color: #11070B;
}
</style>
border-color css
<style>
span { border-color: #11070B; }
span { border-color: rgb(17,7,11); }
td.TdClassName
{
border-color: #11070B;
}
.TagClassName
{
border-color: #11070B;
}
</style>