Shades of Rustic Red #17080E
Tints of Rustic Red #17080E
RGB
CMYK
RGB Variations
Color information
#17080E (or 0x17080E) is known color: Rustic Red. HEX triplet: 17, 08 and 0E. RGB value is (23,8,14). Sum of RGB (Red+Green+Blue) = 23+8+14=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #17080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17080E is #E8F7F1. Grayscale: #0D0D0D. Windows color (decimal): -15267826 or 919575. OLE color: 919575.
HSL color Cylindrical-coordinate representation of color #17080E: hue angle of 336º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #17080E is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 8 | 14 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.91 |
| HSL | 336º | 0.48% | 0.06% | - |
| HSV(B) | 336º | 0.65% | 0.09% | - |
| XYZ | 0.52 | 0.39 | 0.46 | - |
| YUV | 13.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 14 | 0 | 0.65 | 0.39 | 0.91 | 336 | 0.48 | 0.06 |
| Hex | 17 | 8 | E | 0 | 41 | 27 | 5B | 150 | 30 | 6 |
| Octal | 27 | 10 | 16 | 0 | 101 | 47 | 133 | 520 | 60 | 6 |
| Binary | 10111 | 1000 | 1110 | 0 | 1000001 | 100111 | 1011011 | 101010000 | 110000 | 110 |
Color Harmonies of #17080E
Complementary color
Monochromatic Colors of #17080E
Black with #17080E
Text Example
Text Example
White with #17080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17080E; }
p { color: rgb(23,8,14); }
H1.HeaderClassName
{
color: #17080E;
}
.AnyTagClassName
{
color: #17080E;
}
</style>
background-color css
<style>
a { background-color: #17080E; }
a { background-color: rgb(23,8,14); }
div.DivClassName
{
background-color: #17080E;
}
.BgClassName
{
background-color: #17080E;
}
</style>
border-color css
<style>
span { border-color: #17080E; }
span { border-color: rgb(23,8,14); }
td.TdClassName
{
border-color: #17080E;
}
.TagClassName
{
border-color: #17080E;
}
</style>