Shades of Rustic Red #170209
Tints of Rustic Red #170209
RGB
CMYK
RGB Variations
Color information
#170209 (or 0x170209) is known color: Rustic Red. HEX triplet: 17, 02 and 09. RGB value is (23,2,9). Sum of RGB (Red+Green+Blue) = 23+2+9=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #170209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170209 is #E8FDF6. Grayscale: #090909. Windows color (decimal): -15269367 or 590359. OLE color: 590359.
HSL color Cylindrical-coordinate representation of color #170209: hue angle of 340º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #170209 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 2 | 9 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.91 |
| HSL | 340º | 0.84% | 0.05% | - |
| HSV(B) | 340º | 0.91% | 0.09% | - |
| XYZ | 0.42 | 0.25 | 0.28 | - |
| YUV | 9.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 9 | 0 | 0.91 | 0.61 | 0.91 | 340 | 0.84 | 0.05 |
| Hex | 17 | 2 | 9 | 0 | 5B | 3D | 5B | 154 | 54 | 5 |
| Octal | 27 | 2 | 11 | 0 | 133 | 75 | 133 | 524 | 124 | 5 |
| Binary | 10111 | 10 | 1001 | 0 | 1011011 | 111101 | 1011011 | 101010100 | 1010100 | 101 |
Color Harmonies of #170209
Complementary color
Monochromatic Colors of #170209
Black with #170209
Text Example
Text Example
White with #170209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170209; }
p { color: rgb(23,2,9); }
H1.HeaderClassName
{
color: #170209;
}
.AnyTagClassName
{
color: #170209;
}
</style>
background-color css
<style>
a { background-color: #170209; }
a { background-color: rgb(23,2,9); }
div.DivClassName
{
background-color: #170209;
}
.BgClassName
{
background-color: #170209;
}
</style>
border-color css
<style>
span { border-color: #170209; }
span { border-color: rgb(23,2,9); }
td.TdClassName
{
border-color: #170209;
}
.TagClassName
{
border-color: #170209;
}
</style>