Shades of Rustic Red #170B0E
Tints of Rustic Red #170B0E
RGB
CMYK
RGB Variations
Color information
#170B0E (or 0x170B0E) is known color: Rustic Red. HEX triplet: 17, 0B and 0E. RGB value is (23,11,14). Sum of RGB (Red+Green+Blue) = 23+11+14=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B0E is #E8F4F1. Grayscale: #0E0E0E. Windows color (decimal): -15267058 or 920343. OLE color: 920343.
HSL color Cylindrical-coordinate representation of color #170B0E: hue angle of 345º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #170B0E is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 11 | 14 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.91 |
| HSL | 345º | 0.35% | 0.07% | - |
| HSV(B) | 345º | 0.52% | 0.09% | - |
| XYZ | 0.55 | 0.45 | 0.47 | - |
| YUV | 14.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 14 | 0 | 0.52 | 0.39 | 0.91 | 345 | 0.35 | 0.07 |
| Hex | 17 | B | E | 0 | 34 | 27 | 5B | 159 | 23 | 7 |
| Octal | 27 | 13 | 16 | 0 | 64 | 47 | 133 | 531 | 43 | 7 |
| Binary | 10111 | 1011 | 1110 | 0 | 110100 | 100111 | 1011011 | 101011001 | 100011 | 111 |
Color Harmonies of #170B0E
Complementary color
Monochromatic Colors of #170B0E
Black with #170B0E
Text Example
Text Example
White with #170B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B0E; }
p { color: rgb(23,11,14); }
H1.HeaderClassName
{
color: #170B0E;
}
.AnyTagClassName
{
color: #170B0E;
}
</style>
background-color css
<style>
a { background-color: #170B0E; }
a { background-color: rgb(23,11,14); }
div.DivClassName
{
background-color: #170B0E;
}
.BgClassName
{
background-color: #170B0E;
}
</style>
border-color css
<style>
span { border-color: #170B0E; }
span { border-color: rgb(23,11,14); }
td.TdClassName
{
border-color: #170B0E;
}
.TagClassName
{
border-color: #170B0E;
}
</style>