Shades of Rustic Red #170E0F
Tints of Rustic Red #170E0F
RGB
CMYK
RGB Variations
Color information
#170E0F (or 0x170E0F) is known color: Rustic Red. HEX triplet: 17, 0E and 0F. RGB value is (23,14,15). Sum of RGB (Red+Green+Blue) = 23+14+15=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 23 - color contains mainly: red. Hex color #170E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E0F is #E8F1F0. Grayscale: #101010. Windows color (decimal): -15266289 or 986647. OLE color: 986647.
HSL color Cylindrical-coordinate representation of color #170E0F: hue angle of 353.33º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #170E0F is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 14 | 15 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.91 |
| HSL | 353.33º | 0.24% | 0.07% | - |
| HSV(B) | 353.33º | 0.39% | 0.09% | - |
| XYZ | 0.6 | 0.53 | 0.52 | - |
| YUV | 16.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 15 | 0 | 0.39 | 0.35 | 0.91 | 353.33 | 0.24 | 0.07 |
| Hex | 17 | E | F | 0 | 27 | 23 | 5B | 161 | 18 | 7 |
| Octal | 27 | 16 | 17 | 0 | 47 | 43 | 133 | 541 | 30 | 7 |
| Binary | 10111 | 1110 | 1111 | 0 | 100111 | 100011 | 1011011 | 101100001 | 11000 | 111 |
Color Harmonies of #170E0F
Complementary color
Monochromatic Colors of #170E0F
Black with #170E0F
Text Example
Text Example
White with #170E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170E0F; }
p { color: rgb(23,14,15); }
H1.HeaderClassName
{
color: #170E0F;
}
.AnyTagClassName
{
color: #170E0F;
}
</style>
background-color css
<style>
a { background-color: #170E0F; }
a { background-color: rgb(23,14,15); }
div.DivClassName
{
background-color: #170E0F;
}
.BgClassName
{
background-color: #170E0F;
}
</style>
border-color css
<style>
span { border-color: #170E0F; }
span { border-color: rgb(23,14,15); }
td.TdClassName
{
border-color: #170E0F;
}
.TagClassName
{
border-color: #170E0F;
}
</style>