Shades of Rustic Red #170009
Tints of Rustic Red #170009
RGB
CMYK
RGB Variations
Color information
#170009 (or 0x170009) is known color: Rustic Red. HEX triplet: 17, 00 and 09. RGB value is (23,0,9). Sum of RGB (Red+Green+Blue) = 23+0+9=32 (4% of max value = 765). Red value is 23 (9.38% from 255 or 71.88% from 32); Green value is 0 (0.39% from 255 or 0% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 23 - color contains mainly: red. Hex color #170009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170009 is #E8FFF6. Grayscale: #070707. Windows color (decimal): -15269879 or 589847. OLE color: 589847.
HSL color Cylindrical-coordinate representation of color #170009: hue angle of 336.52º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170009 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.61 | 0.91 |
| HSL | 336.52º | 1% | 0.05% | - |
| HSV(B) | 336.52º | 1% | 0.09% | - |
| XYZ | 0.4 | 0.2 | 0.28 | - |
| YUV | 7.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 9 | 0 | 1 | 0.61 | 0.91 | 336.52 | 1 | 0.05 |
| Hex | 17 | 0 | 9 | 0 | 64 | 3D | 5B | 151 | 64 | 5 |
| Octal | 27 | 0 | 11 | 0 | 144 | 75 | 133 | 521 | 144 | 5 |
| Binary | 10111 | 0 | 1001 | 0 | 1100100 | 111101 | 1011011 | 101010001 | 1100100 | 101 |
Color Harmonies of #170009
Complementary color
Monochromatic Colors of #170009
Black with #170009
Text Example
Text Example
White with #170009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170009; }
p { color: rgb(23,0,9); }
H1.HeaderClassName
{
color: #170009;
}
.AnyTagClassName
{
color: #170009;
}
</style>
background-color css
<style>
a { background-color: #170009; }
a { background-color: rgb(23,0,9); }
div.DivClassName
{
background-color: #170009;
}
.BgClassName
{
background-color: #170009;
}
</style>
border-color css
<style>
span { border-color: #170009; }
span { border-color: rgb(23,0,9); }
td.TdClassName
{
border-color: #170009;
}
.TagClassName
{
border-color: #170009;
}
</style>