Shades of Rustic Red #170001
Tints of Rustic Red #170001
RGB
CMYK
RGB Variations
Color information
#170001 (or 0x170001) is known color: Rustic Red. HEX triplet: 17, 00 and 01. RGB value is (23,0,1). Sum of RGB (Red+Green+Blue) = 23+0+1=24 (3% of max value = 765). Red value is 23 (9.38% from 255 or 95.83% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 23 - color contains mainly: red. Hex color #170001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170001 is #E8FFFE. Grayscale: #070707. Windows color (decimal): -15269887 or 65559. OLE color: 65559.
HSL color Cylindrical-coordinate representation of color #170001: hue angle of 357.39º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170001 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.96 | 0.91 |
| HSL | 357.39º | 1% | 0.05% | - |
| HSV(B) | 357.39º | 1% | 0.09% | - |
| XYZ | 0.36 | 0.18 | 0.05 | - |
| YUV | 6.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 1 | 0 | 1 | 0.96 | 0.91 | 357.39 | 1 | 0.05 |
| Hex | 17 | 0 | 1 | 0 | 64 | 60 | 5B | 165 | 64 | 5 |
| Octal | 27 | 0 | 1 | 0 | 144 | 140 | 133 | 545 | 144 | 5 |
| Binary | 10111 | 0 | 1 | 0 | 1100100 | 1100000 | 1011011 | 101100101 | 1100100 | 101 |
Color Harmonies of #170001
Complementary color
Monochromatic Colors of #170001
Black with #170001
Text Example
Text Example
White with #170001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170001; }
p { color: rgb(23,0,1); }
H1.HeaderClassName
{
color: #170001;
}
.AnyTagClassName
{
color: #170001;
}
</style>
background-color css
<style>
a { background-color: #170001; }
a { background-color: rgb(23,0,1); }
div.DivClassName
{
background-color: #170001;
}
.BgClassName
{
background-color: #170001;
}
</style>
border-color css
<style>
span { border-color: #170001; }
span { border-color: rgb(23,0,1); }
td.TdClassName
{
border-color: #170001;
}
.TagClassName
{
border-color: #170001;
}
</style>