Shades of Rustic Red #171112
Tints of Rustic Red #171112
RGB
CMYK
RGB Variations
Color information
#171112 (or 0x171112) is known color: Rustic Red. HEX triplet: 17, 11 and 12. RGB value is (23,17,18). Sum of RGB (Red+Green+Blue) = 23+17+18=58 (7% of max value = 765). Red value is 23 (9.38% from 255 or 39.66% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 23 - color contains mainly: red. Hex color #171112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171112 is #E8EEED. Grayscale: #121212. Windows color (decimal): -15265518 or 1184023. OLE color: 1184023.
HSL color Cylindrical-coordinate representation of color #171112: hue angle of 350º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #171112 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 17 | 18 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.91 |
| HSL | 350º | 0.15% | 0.08% | - |
| HSV(B) | 350º | 0.26% | 0.09% | - |
| XYZ | 0.66 | 0.63 | 0.66 | - |
| YUV | 18.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 18 | 0 | 0.26 | 0.22 | 0.91 | 350 | 0.15 | 0.08 |
| Hex | 17 | 11 | 12 | 0 | 1A | 16 | 5B | 15E | F | 8 |
| Octal | 27 | 21 | 22 | 0 | 32 | 26 | 133 | 536 | 17 | 10 |
| Binary | 10111 | 10001 | 10010 | 0 | 11010 | 10110 | 1011011 | 101011110 | 1111 | 1000 |
Color Harmonies of #171112
Complementary color
Monochromatic Colors of #171112
Black with #171112
Text Example
Text Example
White with #171112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171112; }
p { color: rgb(23,17,18); }
H1.HeaderClassName
{
color: #171112;
}
.AnyTagClassName
{
color: #171112;
}
</style>
background-color css
<style>
a { background-color: #171112; }
a { background-color: rgb(23,17,18); }
div.DivClassName
{
background-color: #171112;
}
.BgClassName
{
background-color: #171112;
}
</style>
border-color css
<style>
span { border-color: #171112; }
span { border-color: rgb(23,17,18); }
td.TdClassName
{
border-color: #171112;
}
.TagClassName
{
border-color: #171112;
}
</style>