Shades of Rustic Red #11050B
Tints of Rustic Red #11050B
RGB
CMYK
RGB Variations
Color information
#11050B (or 0x11050B) is known color: Rustic Red. HEX triplet: 11, 05 and 0B. RGB value is (17,5,11). Sum of RGB (Red+Green+Blue) = 17+5+11=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #11050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050B is #EEFAF4. Grayscale: #090909. Windows color (decimal): -15661813 or 722193. OLE color: 722193.
HSL color Cylindrical-coordinate representation of color #11050B: hue angle of 330º 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 #11050B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 5 | 11 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.93 |
| HSL | 330º | 0.55% | 0.04% | - |
| HSV(B) | 330º | 0.71% | 0.07% | - |
| XYZ | 0.35 | 0.25 | 0.35 | - |
| YUV | 9.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 11 | 0 | 0.71 | 0.35 | 0.93 | 330 | 0.55 | 0.04 |
| Hex | 11 | 5 | B | 0 | 47 | 23 | 5D | 14A | 37 | 4 |
| Octal | 21 | 5 | 13 | 0 | 107 | 43 | 135 | 512 | 67 | 4 |
| Binary | 10001 | 101 | 1011 | 0 | 1000111 | 100011 | 1011101 | 101001010 | 110111 | 100 |
Color Harmonies of #11050B
Complementary color
Monochromatic Colors of #11050B
Black with #11050B
Text Example
Text Example
White with #11050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11050B; }
p { color: rgb(17,5,11); }
H1.HeaderClassName
{
color: #11050B;
}
.AnyTagClassName
{
color: #11050B;
}
</style>
background-color css
<style>
a { background-color: #11050B; }
a { background-color: rgb(17,5,11); }
div.DivClassName
{
background-color: #11050B;
}
.BgClassName
{
background-color: #11050B;
}
</style>
border-color css
<style>
span { border-color: #11050B; }
span { border-color: rgb(17,5,11); }
td.TdClassName
{
border-color: #11050B;
}
.TagClassName
{
border-color: #11050B;
}
</style>