Shades of Rustic Red #110205
Tints of Rustic Red #110205
RGB
CMYK
RGB Variations
Color information
#110205 (or 0x110205) is known color: Rustic Red. HEX triplet: 11, 02 and 05. RGB value is (17,2,5). Sum of RGB (Red+Green+Blue) = 17+2+5=24 (3% of max value = 765). Red value is 17 (7.03% from 255 or 70.83% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 17 - color contains mainly: red. Hex color #110205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110205 is #EEFDFA. Grayscale: #060606. Windows color (decimal): -15662587 or 328209. OLE color: 328209.
HSL color Cylindrical-coordinate representation of color #110205: hue angle of 348º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110205 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 2 | 5 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.93 |
| HSL | 348º | 0.79% | 0.04% | - |
| HSV(B) | 348º | 0.88% | 0.07% | - |
| XYZ | 0.28 | 0.17 | 0.16 | - |
| YUV | 6.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 5 | 0 | 0.88 | 0.71 | 0.93 | 348 | 0.79 | 0.04 |
| Hex | 11 | 2 | 5 | 0 | 58 | 47 | 5D | 15C | 4F | 4 |
| Octal | 21 | 2 | 5 | 0 | 130 | 107 | 135 | 534 | 117 | 4 |
| Binary | 10001 | 10 | 101 | 0 | 1011000 | 1000111 | 1011101 | 101011100 | 1001111 | 100 |
Color Harmonies of #110205
Complementary color
Monochromatic Colors of #110205
Black with #110205
Text Example
Text Example
White with #110205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110205; }
p { color: rgb(17,2,5); }
H1.HeaderClassName
{
color: #110205;
}
.AnyTagClassName
{
color: #110205;
}
</style>
background-color css
<style>
a { background-color: #110205; }
a { background-color: rgb(17,2,5); }
div.DivClassName
{
background-color: #110205;
}
.BgClassName
{
background-color: #110205;
}
</style>
border-color css
<style>
span { border-color: #110205; }
span { border-color: rgb(17,2,5); }
td.TdClassName
{
border-color: #110205;
}
.TagClassName
{
border-color: #110205;
}
</style>