Shades of Rustic Red #11050A
Tints of Rustic Red #11050A
RGB
CMYK
RGB Variations
Color information
#11050A (or 0x11050A) is known color: Rustic Red. HEX triplet: 11, 05 and 0A. RGB value is (17,5,10). Sum of RGB (Red+Green+Blue) = 17+5+10=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #11050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050A is #EEFAF5. Grayscale: #090909. Windows color (decimal): -15661814 or 656657. OLE color: 656657.
HSL color Cylindrical-coordinate representation of color #11050A: hue angle of 335º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11050A is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 10 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.93 |
| HSL | 335º | 0.55% | 0.04% | - |
| HSV(B) | 335º | 0.71% | 0.07% | - |
| XYZ | 0.34 | 0.25 | 0.32 | - |
| YUV | 9.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 10 | 0 | 0.71 | 0.41 | 0.93 | 335 | 0.55 | 0.04 |
| Hex | 11 | 5 | A | 0 | 47 | 29 | 5D | 14F | 37 | 4 |
| Octal | 21 | 5 | 12 | 0 | 107 | 51 | 135 | 517 | 67 | 4 |
| Binary | 10001 | 101 | 1010 | 0 | 1000111 | 101001 | 1011101 | 101001111 | 110111 | 100 |
Color Harmonies of #11050A
Complementary color
Monochromatic Colors of #11050A
Black with #11050A
Text Example
Text Example
White with #11050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11050A; }
p { color: rgb(17,5,10); }
H1.HeaderClassName
{
color: #11050A;
}
.AnyTagClassName
{
color: #11050A;
}
</style>
background-color css
<style>
a { background-color: #11050A; }
a { background-color: rgb(17,5,10); }
div.DivClassName
{
background-color: #11050A;
}
.BgClassName
{
background-color: #11050A;
}
</style>
border-color css
<style>
span { border-color: #11050A; }
span { border-color: rgb(17,5,10); }
td.TdClassName
{
border-color: #11050A;
}
.TagClassName
{
border-color: #11050A;
}
</style>