Shades of Rustic Red #170508
Tints of Rustic Red #170508
RGB
CMYK
RGB Variations
Color information
#170508 (or 0x170508) is known color: Rustic Red. HEX triplet: 17, 05 and 08. RGB value is (23,5,8). Sum of RGB (Red+Green+Blue) = 23+5+8=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #170508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170508 is #E8FAF7. Grayscale: #0A0A0A. Windows color (decimal): -15268600 or 525591. OLE color: 525591.
HSL color Cylindrical-coordinate representation of color #170508: hue angle of 350º 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 #170508 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 5 | 8 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.91 |
| HSL | 350º | 0.64% | 0.05% | - |
| HSV(B) | 350º | 0.78% | 0.09% | - |
| XYZ | 0.45 | 0.31 | 0.27 | - |
| YUV | 10.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 8 | 0 | 0.78 | 0.65 | 0.91 | 350 | 0.64 | 0.05 |
| Hex | 17 | 5 | 8 | 0 | 4E | 41 | 5B | 15E | 40 | 5 |
| Octal | 27 | 5 | 10 | 0 | 116 | 101 | 133 | 536 | 100 | 5 |
| Binary | 10111 | 101 | 1000 | 0 | 1001110 | 1000001 | 1011011 | 101011110 | 1000000 | 101 |
Color Harmonies of #170508
Complementary color
Monochromatic Colors of #170508
Black with #170508
Text Example
Text Example
White with #170508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170508; }
p { color: rgb(23,5,8); }
H1.HeaderClassName
{
color: #170508;
}
.AnyTagClassName
{
color: #170508;
}
</style>
background-color css
<style>
a { background-color: #170508; }
a { background-color: rgb(23,5,8); }
div.DivClassName
{
background-color: #170508;
}
.BgClassName
{
background-color: #170508;
}
</style>
border-color css
<style>
span { border-color: #170508; }
span { border-color: rgb(23,5,8); }
td.TdClassName
{
border-color: #170508;
}
.TagClassName
{
border-color: #170508;
}
</style>