Shades of Rustic Red #17050E
Tints of Rustic Red #17050E
RGB
CMYK
RGB Variations
Color information
#17050E (or 0x17050E) is known color: Rustic Red. HEX triplet: 17, 05 and 0E. RGB value is (23,5,14). Sum of RGB (Red+Green+Blue) = 23+5+14=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #17050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050E is #E8FAF1. Grayscale: #0B0B0B. Windows color (decimal): -15268594 or 918807. OLE color: 918807.
HSL color Cylindrical-coordinate representation of color #17050E: hue angle of 330º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17050E is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 5 | 14 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.91 |
| HSL | 330º | 0.64% | 0.05% | - |
| HSV(B) | 330º | 0.78% | 0.09% | - |
| XYZ | 0.49 | 0.32 | 0.45 | - |
| YUV | 11.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 14 | 0 | 0.78 | 0.39 | 0.91 | 330 | 0.64 | 0.05 |
| Hex | 17 | 5 | E | 0 | 4E | 27 | 5B | 14A | 40 | 5 |
| Octal | 27 | 5 | 16 | 0 | 116 | 47 | 133 | 512 | 100 | 5 |
| Binary | 10111 | 101 | 1110 | 0 | 1001110 | 100111 | 1011011 | 101001010 | 1000000 | 101 |
Color Harmonies of #17050E
Complementary color
Monochromatic Colors of #17050E
Black with #17050E
Text Example
Text Example
White with #17050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17050E; }
p { color: rgb(23,5,14); }
H1.HeaderClassName
{
color: #17050E;
}
.AnyTagClassName
{
color: #17050E;
}
</style>
background-color css
<style>
a { background-color: #17050E; }
a { background-color: rgb(23,5,14); }
div.DivClassName
{
background-color: #17050E;
}
.BgClassName
{
background-color: #17050E;
}
</style>
border-color css
<style>
span { border-color: #17050E; }
span { border-color: rgb(23,5,14); }
td.TdClassName
{
border-color: #17050E;
}
.TagClassName
{
border-color: #17050E;
}
</style>