Shades of Rustic Red #170506
Tints of Rustic Red #170506
RGB
CMYK
RGB Variations
Color information
#170506 (or 0x170506) is known color: Rustic Red. HEX triplet: 17, 05 and 06. RGB value is (23,5,6). Sum of RGB (Red+Green+Blue) = 23+5+6=34 (4% of max value = 765). Red value is 23 (9.38% from 255 or 67.65% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 23 - color contains mainly: red. Hex color #170506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170506 is #E8FAF9. Grayscale: #0A0A0A. Windows color (decimal): -15268602 or 394519. OLE color: 394519.
HSL color Cylindrical-coordinate representation of color #170506: hue angle of 356.67º 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 #170506 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 5 | 6 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.91 |
| HSL | 356.67º | 0.64% | 0.05% | - |
| HSV(B) | 356.67º | 0.78% | 0.09% | - |
| XYZ | 0.44 | 0.3 | 0.21 | - |
| YUV | 10.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 5 | 6 | 0 | 0.78 | 0.74 | 0.91 | 356.67 | 0.64 | 0.05 |
| Hex | 17 | 5 | 6 | 0 | 4E | 4A | 5B | 165 | 40 | 5 |
| Octal | 27 | 5 | 6 | 0 | 116 | 112 | 133 | 545 | 100 | 5 |
| Binary | 10111 | 101 | 110 | 0 | 1001110 | 1001010 | 1011011 | 101100101 | 1000000 | 101 |
Color Harmonies of #170506
Complementary color
Monochromatic Colors of #170506
Black with #170506
Text Example
Text Example
White with #170506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170506; }
p { color: rgb(23,5,6); }
H1.HeaderClassName
{
color: #170506;
}
.AnyTagClassName
{
color: #170506;
}
</style>
background-color css
<style>
a { background-color: #170506; }
a { background-color: rgb(23,5,6); }
div.DivClassName
{
background-color: #170506;
}
.BgClassName
{
background-color: #170506;
}
</style>
border-color css
<style>
span { border-color: #170506; }
span { border-color: rgb(23,5,6); }
td.TdClassName
{
border-color: #170506;
}
.TagClassName
{
border-color: #170506;
}
</style>