Shades of Rustic Red #170D0E
Tints of Rustic Red #170D0E
RGB
CMYK
RGB Variations
Color information
#170D0E (or 0x170D0E) is known color: Rustic Red. HEX triplet: 17, 0D and 0E. RGB value is (23,13,14). Sum of RGB (Red+Green+Blue) = 23+13+14=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 23 - color contains mainly: red. Hex color #170D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D0E is #E8F2F1. Grayscale: #101010. Windows color (decimal): -15266546 or 920855. OLE color: 920855.
HSL color Cylindrical-coordinate representation of color #170D0E: hue angle of 354º 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 #170D0E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 13 | 14 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.91 |
| HSL | 354º | 0.28% | 0.07% | - |
| HSV(B) | 354º | 0.43% | 0.09% | - |
| XYZ | 0.58 | 0.5 | 0.48 | - |
| YUV | 16.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 14 | 0 | 0.43 | 0.39 | 0.91 | 354 | 0.28 | 0.07 |
| Hex | 17 | D | E | 0 | 2B | 27 | 5B | 162 | 1C | 7 |
| Octal | 27 | 15 | 16 | 0 | 53 | 47 | 133 | 542 | 34 | 7 |
| Binary | 10111 | 1101 | 1110 | 0 | 101011 | 100111 | 1011011 | 101100010 | 11100 | 111 |
Color Harmonies of #170D0E
Complementary color
Monochromatic Colors of #170D0E
Black with #170D0E
Text Example
Text Example
White with #170D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D0E; }
p { color: rgb(23,13,14); }
H1.HeaderClassName
{
color: #170D0E;
}
.AnyTagClassName
{
color: #170D0E;
}
</style>
background-color css
<style>
a { background-color: #170D0E; }
a { background-color: rgb(23,13,14); }
div.DivClassName
{
background-color: #170D0E;
}
.BgClassName
{
background-color: #170D0E;
}
</style>
border-color css
<style>
span { border-color: #170D0E; }
span { border-color: rgb(23,13,14); }
td.TdClassName
{
border-color: #170D0E;
}
.TagClassName
{
border-color: #170D0E;
}
</style>