Shades of Rustic Red #11060B
Tints of Rustic Red #11060B
RGB
CMYK
RGB Variations
Color information
#11060B (or 0x11060B) is known color: Rustic Red. HEX triplet: 11, 06 and 0B. RGB value is (17,6,11). Sum of RGB (Red+Green+Blue) = 17+6+11=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #11060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060B is #EEF9F4. Grayscale: #090909. Windows color (decimal): -15661557 or 722449. OLE color: 722449.
HSL color Cylindrical-coordinate representation of color #11060B: hue angle of 332.73º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11060B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 6 | 11 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.93 |
| HSL | 332.73º | 0.48% | 0.05% | - |
| HSV(B) | 332.73º | 0.65% | 0.07% | - |
| XYZ | 0.36 | 0.27 | 0.35 | - |
| YUV | 9.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 11 | 0 | 0.65 | 0.35 | 0.93 | 332.73 | 0.48 | 0.05 |
| Hex | 11 | 6 | B | 0 | 41 | 23 | 5D | 14D | 30 | 5 |
| Octal | 21 | 6 | 13 | 0 | 101 | 43 | 135 | 515 | 60 | 5 |
| Binary | 10001 | 110 | 1011 | 0 | 1000001 | 100011 | 1011101 | 101001101 | 110000 | 101 |
Color Harmonies of #11060B
Complementary color
Monochromatic Colors of #11060B
Black with #11060B
Text Example
Text Example
White with #11060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11060B; }
p { color: rgb(17,6,11); }
H1.HeaderClassName
{
color: #11060B;
}
.AnyTagClassName
{
color: #11060B;
}
</style>
background-color css
<style>
a { background-color: #11060B; }
a { background-color: rgb(17,6,11); }
div.DivClassName
{
background-color: #11060B;
}
.BgClassName
{
background-color: #11060B;
}
</style>
border-color css
<style>
span { border-color: #11060B; }
span { border-color: rgb(17,6,11); }
td.TdClassName
{
border-color: #11060B;
}
.TagClassName
{
border-color: #11060B;
}
</style>