Shades of Rustic Red #170608
Tints of Rustic Red #170608
RGB
CMYK
RGB Variations
Color information
#170608 (or 0x170608) is known color: Rustic Red. HEX triplet: 17, 06 and 08. RGB value is (23,6,8). Sum of RGB (Red+Green+Blue) = 23+6+8=37 (4% of max value = 765). Red value is 23 (9.38% from 255 or 62.16% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 23 - color contains mainly: red. Hex color #170608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170608 is #E8F9F7. Grayscale: #0B0B0B. Windows color (decimal): -15268344 or 525847. OLE color: 525847.
HSL color Cylindrical-coordinate representation of color #170608: hue angle of 352.94º 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 #170608 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 6 | 8 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.91 |
| HSL | 352.94º | 0.59% | 0.06% | - |
| HSV(B) | 352.94º | 0.74% | 0.09% | - |
| XYZ | 0.46 | 0.33 | 0.27 | - |
| YUV | 11.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 8 | 0 | 0.74 | 0.65 | 0.91 | 352.94 | 0.59 | 0.06 |
| Hex | 17 | 6 | 8 | 0 | 4A | 41 | 5B | 161 | 3B | 6 |
| Octal | 27 | 6 | 10 | 0 | 112 | 101 | 133 | 541 | 73 | 6 |
| Binary | 10111 | 110 | 1000 | 0 | 1001010 | 1000001 | 1011011 | 101100001 | 111011 | 110 |
Color Harmonies of #170608
Complementary color
Monochromatic Colors of #170608
Black with #170608
Text Example
Text Example
White with #170608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170608; }
p { color: rgb(23,6,8); }
H1.HeaderClassName
{
color: #170608;
}
.AnyTagClassName
{
color: #170608;
}
</style>
background-color css
<style>
a { background-color: #170608; }
a { background-color: rgb(23,6,8); }
div.DivClassName
{
background-color: #170608;
}
.BgClassName
{
background-color: #170608;
}
</style>
border-color css
<style>
span { border-color: #170608; }
span { border-color: rgb(23,6,8); }
td.TdClassName
{
border-color: #170608;
}
.TagClassName
{
border-color: #170608;
}
</style>