Shades of Rustic Red #170F11
Tints of Rustic Red #170F11
RGB
CMYK
RGB Variations
Color information
#170F11 (or 0x170F11) is known color: Rustic Red. HEX triplet: 17, 0F and 11. RGB value is (23,15,17). Sum of RGB (Red+Green+Blue) = 23+15+17=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #170F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F11 is #E8F0EE. Grayscale: #111111. Windows color (decimal): -15266031 or 1117975. OLE color: 1117975.
HSL color Cylindrical-coordinate representation of color #170F11: hue angle of 345º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #170F11 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 15 | 17 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.91 |
| HSL | 345º | 0.21% | 0.07% | - |
| HSV(B) | 345º | 0.35% | 0.09% | - |
| XYZ | 0.63 | 0.56 | 0.61 | - |
| YUV | 17.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 17 | 0 | 0.35 | 0.26 | 0.91 | 345 | 0.21 | 0.07 |
| Hex | 17 | F | 11 | 0 | 23 | 1A | 5B | 159 | 15 | 7 |
| Octal | 27 | 17 | 21 | 0 | 43 | 32 | 133 | 531 | 25 | 7 |
| Binary | 10111 | 1111 | 10001 | 0 | 100011 | 11010 | 1011011 | 101011001 | 10101 | 111 |
Color Harmonies of #170F11
Complementary color
Monochromatic Colors of #170F11
Black with #170F11
Text Example
Text Example
White with #170F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F11; }
p { color: rgb(23,15,17); }
H1.HeaderClassName
{
color: #170F11;
}
.AnyTagClassName
{
color: #170F11;
}
</style>
background-color css
<style>
a { background-color: #170F11; }
a { background-color: rgb(23,15,17); }
div.DivClassName
{
background-color: #170F11;
}
.BgClassName
{
background-color: #170F11;
}
</style>
border-color css
<style>
span { border-color: #170F11; }
span { border-color: rgb(23,15,17); }
td.TdClassName
{
border-color: #170F11;
}
.TagClassName
{
border-color: #170F11;
}
</style>