Shades of Rustic Red #170102
Tints of Rustic Red #170102
RGB
CMYK
RGB Variations
Color information
#170102 (or 0x170102) is known color: Rustic Red. HEX triplet: 17, 01 and 02. RGB value is (23,1,2). Sum of RGB (Red+Green+Blue) = 23+1+2=26 (3% of max value = 765). Red value is 23 (9.38% from 255 or 88.46% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 23 - color contains mainly: red. Hex color #170102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170102 is #E8FEFD. Grayscale: #070707. Windows color (decimal): -15269630 or 131351. OLE color: 131351.
HSL color Cylindrical-coordinate representation of color #170102: hue angle of 357.27º 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 #170102 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 1 | 2 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.91 |
| HSL | 357.27º | 0.92% | 0.05% | - |
| HSV(B) | 357.27º | 0.96% | 0.09% | - |
| XYZ | 0.38 | 0.21 | 0.08 | - |
| YUV | 7.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 2 | 0 | 0.96 | 0.91 | 0.91 | 357.27 | 0.92 | 0.05 |
| Hex | 17 | 1 | 2 | 0 | 60 | 5B | 5B | 165 | 5C | 5 |
| Octal | 27 | 1 | 2 | 0 | 140 | 133 | 133 | 545 | 134 | 5 |
| Binary | 10111 | 1 | 10 | 0 | 1100000 | 1011011 | 1011011 | 101100101 | 1011100 | 101 |
Color Harmonies of #170102
Complementary color
Monochromatic Colors of #170102
Black with #170102
Text Example
Text Example
White with #170102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170102; }
p { color: rgb(23,1,2); }
H1.HeaderClassName
{
color: #170102;
}
.AnyTagClassName
{
color: #170102;
}
</style>
background-color css
<style>
a { background-color: #170102; }
a { background-color: rgb(23,1,2); }
div.DivClassName
{
background-color: #170102;
}
.BgClassName
{
background-color: #170102;
}
</style>
border-color css
<style>
span { border-color: #170102; }
span { border-color: rgb(23,1,2); }
td.TdClassName
{
border-color: #170102;
}
.TagClassName
{
border-color: #170102;
}
</style>