Shades of Rustic Red #110208
Tints of Rustic Red #110208
RGB
CMYK
RGB Variations
Color information
#110208 (or 0x110208) is known color: Rustic Red. HEX triplet: 11, 02 and 08. RGB value is (17,2,8). Sum of RGB (Red+Green+Blue) = 17+2+8=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110208 is #EEFDF7. Grayscale: #070707. Windows color (decimal): -15662584 or 524817. OLE color: 524817.
HSL color Cylindrical-coordinate representation of color #110208: hue angle of 336º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110208 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 2 | 8 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.93 |
| HSL | 336º | 0.79% | 0.04% | - |
| HSV(B) | 336º | 0.88% | 0.07% | - |
| XYZ | 0.3 | 0.18 | 0.25 | - |
| YUV | 7.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 8 | 0 | 0.88 | 0.53 | 0.93 | 336 | 0.79 | 0.04 |
| Hex | 11 | 2 | 8 | 0 | 58 | 35 | 5D | 150 | 4F | 4 |
| Octal | 21 | 2 | 10 | 0 | 130 | 65 | 135 | 520 | 117 | 4 |
| Binary | 10001 | 10 | 1000 | 0 | 1011000 | 110101 | 1011101 | 101010000 | 1001111 | 100 |
Color Harmonies of #110208
Complementary color
Monochromatic Colors of #110208
Black with #110208
Text Example
Text Example
White with #110208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110208; }
p { color: rgb(17,2,8); }
H1.HeaderClassName
{
color: #110208;
}
.AnyTagClassName
{
color: #110208;
}
</style>
background-color css
<style>
a { background-color: #110208; }
a { background-color: rgb(17,2,8); }
div.DivClassName
{
background-color: #110208;
}
.BgClassName
{
background-color: #110208;
}
</style>
border-color css
<style>
span { border-color: #110208; }
span { border-color: rgb(17,2,8); }
td.TdClassName
{
border-color: #110208;
}
.TagClassName
{
border-color: #110208;
}
</style>