Shades of Rustic Red #170003
Tints of Rustic Red #170003
RGB
CMYK
RGB Variations
Color information
#170003 (or 0x170003) is known color: Rustic Red. HEX triplet: 17, 00 and 03. RGB value is (23,0,3). Sum of RGB (Red+Green+Blue) = 23+0+3=26 (3% of max value = 765). Red value is 23 (9.38% from 255 or 88.46% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 23 - color contains mainly: red. Hex color #170003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170003 is #E8FFFC. Grayscale: #070707. Windows color (decimal): -15269885 or 196631. OLE color: 196631.
HSL color Cylindrical-coordinate representation of color #170003: hue angle of 352.17º 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 #170003 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.87 | 0.91 |
| HSL | 352.17º | 1% | 0.05% | - |
| HSV(B) | 352.17º | 1% | 0.09% | - |
| XYZ | 0.37 | 0.19 | 0.1 | - |
| YUV | 7.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 3 | 0 | 1 | 0.87 | 0.91 | 352.17 | 1 | 0.05 |
| Hex | 17 | 0 | 3 | 0 | 64 | 57 | 5B | 160 | 64 | 5 |
| Octal | 27 | 0 | 3 | 0 | 144 | 127 | 133 | 540 | 144 | 5 |
| Binary | 10111 | 0 | 11 | 0 | 1100100 | 1010111 | 1011011 | 101100000 | 1100100 | 101 |
Color Harmonies of #170003
Complementary color
Monochromatic Colors of #170003
Black with #170003
Text Example
Text Example
White with #170003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170003; }
p { color: rgb(23,0,3); }
H1.HeaderClassName
{
color: #170003;
}
.AnyTagClassName
{
color: #170003;
}
</style>
background-color css
<style>
a { background-color: #170003; }
a { background-color: rgb(23,0,3); }
div.DivClassName
{
background-color: #170003;
}
.BgClassName
{
background-color: #170003;
}
</style>
border-color css
<style>
span { border-color: #170003; }
span { border-color: rgb(23,0,3); }
td.TdClassName
{
border-color: #170003;
}
.TagClassName
{
border-color: #170003;
}
</style>