Shades of Rustic Red #11080B
Tints of Rustic Red #11080B
RGB
CMYK
RGB Variations
Color information
#11080B (or 0x11080B) is known color: Rustic Red. HEX triplet: 11, 08 and 0B. RGB value is (17,8,11). Sum of RGB (Red+Green+Blue) = 17+8+11=36 (4% of max value = 765). Red value is 17 (7.03% from 255 or 47.22% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 17 - color contains mainly: red. Hex color #11080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11080B is #EEF7F4. Grayscale: #0B0B0B. Windows color (decimal): -15661045 or 722961. OLE color: 722961.
HSL color Cylindrical-coordinate representation of color #11080B: hue angle of 340º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #11080B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 8 | 11 | - |
CMYK | 0 | 0.53 | 0.35 | 0.93 |
HSL | 340º | 0.36% | 0.05% | - |
HSV(B) | 340º | 0.53% | 0.07% | - |
XYZ | 0.38 | 0.32 | 0.36 | - |
YUV | 11.03 | 127.98 | 132.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 8 | 11 | 0 | 0.53 | 0.35 | 0.93 | 340 | 0.36 | 0.05 |
Hex | 11 | 8 | B | 0 | 35 | 23 | 5D | 154 | 24 | 5 |
Octal | 21 | 10 | 13 | 0 | 65 | 43 | 135 | 524 | 44 | 5 |
Binary | 10001 | 1000 | 1011 | 0 | 110101 | 100011 | 1011101 | 101010100 | 100100 | 101 |
Color Harmonies of #11080B
Complementary color
Monochromatic Colors of #11080B
Black with #11080B
Text Example
Text Example
White with #11080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11080B; }
p { color: rgb(17,8,11); }
H1.HeaderClassName
{
color: #11080B;
}
.AnyTagClassName
{
color: #11080B;
}
</style>
background-color css
<style>
a { background-color: #11080B; }
a { background-color: rgb(17,8,11); }
div.DivClassName
{
background-color: #11080B;
}
.BgClassName
{
background-color: #11080B;
}
</style>
border-color css
<style>
span { border-color: #11080B; }
span { border-color: rgb(17,8,11); }
td.TdClassName
{
border-color: #11080B;
}
.TagClassName
{
border-color: #11080B;
}
</style>