Shades of Rustic Red #170405
Tints of Rustic Red #170405
RGB
CMYK
RGB Variations
Color information
#170405 (or 0x170405) is known color: Rustic Red. HEX triplet: 17, 04 and 05. RGB value is (23,4,5). Sum of RGB (Red+Green+Blue) = 23+4+5=32 (4% of max value = 765). Red value is 23 (9.38% from 255 or 71.88% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 23 - color contains mainly: red. Hex color #170405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170405 is #E8FBFA. Grayscale: #090909. Windows color (decimal): -15268859 or 328727. OLE color: 328727.
HSL color Cylindrical-coordinate representation of color #170405: hue angle of 356.84º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #170405 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 4 | 5 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.91 |
| HSL | 356.84º | 0.7% | 0.05% | - |
| HSV(B) | 356.84º | 0.83% | 0.09% | - |
| XYZ | 0.42 | 0.28 | 0.18 | - |
| YUV | 9.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 5 | 0 | 0.83 | 0.78 | 0.91 | 356.84 | 0.7 | 0.05 |
| Hex | 17 | 4 | 5 | 0 | 53 | 4E | 5B | 165 | 46 | 5 |
| Octal | 27 | 4 | 5 | 0 | 123 | 116 | 133 | 545 | 106 | 5 |
| Binary | 10111 | 100 | 101 | 0 | 1010011 | 1001110 | 1011011 | 101100101 | 1000110 | 101 |
Color Harmonies of #170405
Complementary color
Monochromatic Colors of #170405
Black with #170405
Text Example
Text Example
White with #170405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170405; }
p { color: rgb(23,4,5); }
H1.HeaderClassName
{
color: #170405;
}
.AnyTagClassName
{
color: #170405;
}
</style>
background-color css
<style>
a { background-color: #170405; }
a { background-color: rgb(23,4,5); }
div.DivClassName
{
background-color: #170405;
}
.BgClassName
{
background-color: #170405;
}
</style>
border-color css
<style>
span { border-color: #170405; }
span { border-color: rgb(23,4,5); }
td.TdClassName
{
border-color: #170405;
}
.TagClassName
{
border-color: #170405;
}
</style>