Shades of Rustic Red #110002
Tints of Rustic Red #110002
RGB
CMYK
RGB Variations
Color information
#110002 (or 0x110002) is known color: Rustic Red. HEX triplet: 11, 00 and 02. RGB value is (17,0,2). Sum of RGB (Red+Green+Blue) = 17+0+2=19 (2% of max value = 765). Red value is 17 (7.03% from 255 or 89.47% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 17 - color contains mainly: red. Hex color #110002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110002 is #EEFFFD. Grayscale: #050505. Windows color (decimal): -15663102 or 131089. OLE color: 131089.
HSL color Cylindrical-coordinate representation of color #110002: hue angle of 352.94º 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 #110002 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.88 | 0.93 |
| HSL | 352.94º | 1% | 0.03% | - |
| HSV(B) | 352.94º | 1% | 0.07% | - |
| XYZ | 0.24 | 0.12 | 0.07 | - |
| YUV | 5.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 2 | 0 | 1 | 0.88 | 0.93 | 352.94 | 1 | 0.03 |
| Hex | 11 | 0 | 2 | 0 | 64 | 58 | 5D | 161 | 64 | 3 |
| Octal | 21 | 0 | 2 | 0 | 144 | 130 | 135 | 541 | 144 | 3 |
| Binary | 10001 | 0 | 10 | 0 | 1100100 | 1011000 | 1011101 | 101100001 | 1100100 | 11 |
Color Harmonies of #110002
Complementary color
Monochromatic Colors of #110002
Black with #110002
Text Example
Text Example
White with #110002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110002; }
p { color: rgb(17,0,2); }
H1.HeaderClassName
{
color: #110002;
}
.AnyTagClassName
{
color: #110002;
}
</style>
background-color css
<style>
a { background-color: #110002; }
a { background-color: rgb(17,0,2); }
div.DivClassName
{
background-color: #110002;
}
.BgClassName
{
background-color: #110002;
}
</style>
border-color css
<style>
span { border-color: #110002; }
span { border-color: rgb(17,0,2); }
td.TdClassName
{
border-color: #110002;
}
.TagClassName
{
border-color: #110002;
}
</style>