Shades of Rustic Red #17060E
Tints of Rustic Red #17060E
RGB
CMYK
RGB Variations
Color information
#17060E (or 0x17060E) is known color: Rustic Red. HEX triplet: 17, 06 and 0E. RGB value is (23,6,14). Sum of RGB (Red+Green+Blue) = 23+6+14=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #17060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17060E is #E8F9F1. Grayscale: #0B0B0B. Windows color (decimal): -15268338 or 919063. OLE color: 919063.
HSL color Cylindrical-coordinate representation of color #17060E: hue angle of 331.76º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17060E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 6 | 14 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.91 |
| HSL | 331.76º | 0.59% | 0.06% | - |
| HSV(B) | 331.76º | 0.74% | 0.09% | - |
| XYZ | 0.5 | 0.34 | 0.46 | - |
| YUV | 12 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 14 | 0 | 0.74 | 0.39 | 0.91 | 331.76 | 0.59 | 0.06 |
| Hex | 17 | 6 | E | 0 | 4A | 27 | 5B | 14C | 3B | 6 |
| Octal | 27 | 6 | 16 | 0 | 112 | 47 | 133 | 514 | 73 | 6 |
| Binary | 10111 | 110 | 1110 | 0 | 1001010 | 100111 | 1011011 | 101001100 | 111011 | 110 |
Color Harmonies of #17060E
Complementary color
Monochromatic Colors of #17060E
Black with #17060E
Text Example
Text Example
White with #17060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17060E; }
p { color: rgb(23,6,14); }
H1.HeaderClassName
{
color: #17060E;
}
.AnyTagClassName
{
color: #17060E;
}
</style>
background-color css
<style>
a { background-color: #17060E; }
a { background-color: rgb(23,6,14); }
div.DivClassName
{
background-color: #17060E;
}
.BgClassName
{
background-color: #17060E;
}
</style>
border-color css
<style>
span { border-color: #17060E; }
span { border-color: rgb(23,6,14); }
td.TdClassName
{
border-color: #17060E;
}
.TagClassName
{
border-color: #17060E;
}
</style>