Shades of Rustic Red #11060A
Tints of Rustic Red #11060A
RGB
CMYK
RGB Variations
Color information
#11060A (or 0x11060A) is known color: Rustic Red. HEX triplet: 11, 06 and 0A. RGB value is (17,6,10). Sum of RGB (Red+Green+Blue) = 17+6+10=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #11060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11060A is #EEF9F5. Grayscale: #090909. Windows color (decimal): -15661558 or 656913. OLE color: 656913.
HSL color Cylindrical-coordinate representation of color #11060A: hue angle of 338.18º 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 #11060A is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 6 | 10 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.93 |
| HSL | 338.18º | 0.48% | 0.05% | - |
| HSV(B) | 338.18º | 0.65% | 0.07% | - |
| XYZ | 0.35 | 0.27 | 0.32 | - |
| YUV | 9.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 10 | 0 | 0.65 | 0.41 | 0.93 | 338.18 | 0.48 | 0.05 |
| Hex | 11 | 6 | A | 0 | 41 | 29 | 5D | 152 | 30 | 5 |
| Octal | 21 | 6 | 12 | 0 | 101 | 51 | 135 | 522 | 60 | 5 |
| Binary | 10001 | 110 | 1010 | 0 | 1000001 | 101001 | 1011101 | 101010010 | 110000 | 101 |
Color Harmonies of #11060A
Complementary color
Monochromatic Colors of #11060A
Black with #11060A
Text Example
Text Example
White with #11060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11060A; }
p { color: rgb(17,6,10); }
H1.HeaderClassName
{
color: #11060A;
}
.AnyTagClassName
{
color: #11060A;
}
</style>
background-color css
<style>
a { background-color: #11060A; }
a { background-color: rgb(17,6,10); }
div.DivClassName
{
background-color: #11060A;
}
.BgClassName
{
background-color: #11060A;
}
</style>
border-color css
<style>
span { border-color: #11060A; }
span { border-color: rgb(17,6,10); }
td.TdClassName
{
border-color: #11060A;
}
.TagClassName
{
border-color: #11060A;
}
</style>