Shades of Rustic Red #170105
Tints of Rustic Red #170105
RGB
CMYK
RGB Variations
Color information
#170105 (or 0x170105) is known color: Rustic Red. HEX triplet: 17, 01 and 05. RGB value is (23,1,5). Sum of RGB (Red+Green+Blue) = 23+1+5=29 (3% of max value = 765). Red value is 23 (9.38% from 255 or 79.31% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 23 - color contains mainly: red. Hex color #170105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170105 is #E8FEFA. Grayscale: #080808. Windows color (decimal): -15269627 or 327959. OLE color: 327959.
HSL color Cylindrical-coordinate representation of color #170105: hue angle of 349.09º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170105 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 1 | 5 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.91 |
| HSL | 349.09º | 0.92% | 0.05% | - |
| HSV(B) | 349.09º | 0.96% | 0.09% | - |
| XYZ | 0.39 | 0.21 | 0.16 | - |
| YUV | 8.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 5 | 0 | 0.96 | 0.78 | 0.91 | 349.09 | 0.92 | 0.05 |
| Hex | 17 | 1 | 5 | 0 | 60 | 4E | 5B | 15D | 5C | 5 |
| Octal | 27 | 1 | 5 | 0 | 140 | 116 | 133 | 535 | 134 | 5 |
| Binary | 10111 | 1 | 101 | 0 | 1100000 | 1001110 | 1011011 | 101011101 | 1011100 | 101 |
Color Harmonies of #170105
Complementary color
Monochromatic Colors of #170105
Black with #170105
Text Example
Text Example
White with #170105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170105; }
p { color: rgb(23,1,5); }
H1.HeaderClassName
{
color: #170105;
}
.AnyTagClassName
{
color: #170105;
}
</style>
background-color css
<style>
a { background-color: #170105; }
a { background-color: rgb(23,1,5); }
div.DivClassName
{
background-color: #170105;
}
.BgClassName
{
background-color: #170105;
}
</style>
border-color css
<style>
span { border-color: #170105; }
span { border-color: rgb(23,1,5); }
td.TdClassName
{
border-color: #170105;
}
.TagClassName
{
border-color: #170105;
}
</style>