Shades of Rustic Red #170D10
Tints of Rustic Red #170D10
RGB
CMYK
RGB Variations
Color information
#170D10 (or 0x170D10) is known color: Rustic Red. HEX triplet: 17, 0D and 10. RGB value is (23,13,16). Sum of RGB (Red+Green+Blue) = 23+13+16=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 23 - color contains mainly: red. Hex color #170D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D10 is #E8F2EF. Grayscale: #101010. Windows color (decimal): -15266544 or 1051927. OLE color: 1051927.
HSL color Cylindrical-coordinate representation of color #170D10: hue angle of 342º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #170D10 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 13 | 16 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.91 |
| HSL | 342º | 0.28% | 0.07% | - |
| HSV(B) | 342º | 0.43% | 0.09% | - |
| XYZ | 0.59 | 0.51 | 0.56 | - |
| YUV | 16.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 16 | 0 | 0.43 | 0.30 | 0.91 | 342 | 0.28 | 0.07 |
| Hex | 17 | D | 10 | 0 | 2B | 1E | 5B | 156 | 1C | 7 |
| Octal | 27 | 15 | 20 | 0 | 53 | 36 | 133 | 526 | 34 | 7 |
| Binary | 10111 | 1101 | 10000 | 0 | 101011 | 11110 | 1011011 | 101010110 | 11100 | 111 |
Color Harmonies of #170D10
Complementary color
Monochromatic Colors of #170D10
Black with #170D10
Text Example
Text Example
White with #170D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D10; }
p { color: rgb(23,13,16); }
H1.HeaderClassName
{
color: #170D10;
}
.AnyTagClassName
{
color: #170D10;
}
</style>
background-color css
<style>
a { background-color: #170D10; }
a { background-color: rgb(23,13,16); }
div.DivClassName
{
background-color: #170D10;
}
.BgClassName
{
background-color: #170D10;
}
</style>
border-color css
<style>
span { border-color: #170D10; }
span { border-color: rgb(23,13,16); }
td.TdClassName
{
border-color: #170D10;
}
.TagClassName
{
border-color: #170D10;
}
</style>