Shades of Rustic Red #110003
Tints of Rustic Red #110003
RGB
CMYK
RGB Variations
Color information
#110003 (or 0x110003) is known color: Rustic Red. HEX triplet: 11, 00 and 03. RGB value is (17,0,3). Sum of RGB (Red+Green+Blue) = 17+0+3=20 (2% of max value = 765). Red value is 17 (7.03% from 255 or 85% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 17 - color contains mainly: red. Hex color #110003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110003 is #EEFFFC. Grayscale: #050505. Windows color (decimal): -15663101 or 196625. OLE color: 196625.
HSL color Cylindrical-coordinate representation of color #110003: hue angle of 349.41º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110003 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.82 | 0.93 |
| HSL | 349.41º | 1% | 0.03% | - |
| HSV(B) | 349.41º | 1% | 0.07% | - |
| XYZ | 0.25 | 0.13 | 0.1 | - |
| YUV | 5.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 3 | 0 | 1 | 0.82 | 0.93 | 349.41 | 1 | 0.03 |
| Hex | 11 | 0 | 3 | 0 | 64 | 52 | 5D | 15D | 64 | 3 |
| Octal | 21 | 0 | 3 | 0 | 144 | 122 | 135 | 535 | 144 | 3 |
| Binary | 10001 | 0 | 11 | 0 | 1100100 | 1010010 | 1011101 | 101011101 | 1100100 | 11 |
Color Harmonies of #110003
Complementary color
Monochromatic Colors of #110003
Black with #110003
Text Example
Text Example
White with #110003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110003; }
p { color: rgb(17,0,3); }
H1.HeaderClassName
{
color: #110003;
}
.AnyTagClassName
{
color: #110003;
}
</style>
background-color css
<style>
a { background-color: #110003; }
a { background-color: rgb(17,0,3); }
div.DivClassName
{
background-color: #110003;
}
.BgClassName
{
background-color: #110003;
}
</style>
border-color css
<style>
span { border-color: #110003; }
span { border-color: rgb(17,0,3); }
td.TdClassName
{
border-color: #110003;
}
.TagClassName
{
border-color: #110003;
}
</style>