Shades of Rustic Red #110305
Tints of Rustic Red #110305
RGB
CMYK
RGB Variations
Color information
#110305 (or 0x110305) is known color: Rustic Red. HEX triplet: 11, 03 and 05. RGB value is (17,3,5). Sum of RGB (Red+Green+Blue) = 17+3+5=25 (3% of max value = 765). Red value is 17 (7.03% from 255 or 68% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 17 - color contains mainly: red. Hex color #110305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110305 is #EEFCFA. Grayscale: #070707. Windows color (decimal): -15662331 or 328465. OLE color: 328465.
HSL color Cylindrical-coordinate representation of color #110305: hue angle of 351.43º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110305 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 3 | 5 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.93 |
| HSL | 351.43º | 0.7% | 0.04% | - |
| HSV(B) | 351.43º | 0.82% | 0.07% | - |
| XYZ | 0.29 | 0.2 | 0.17 | - |
| YUV | 7.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 5 | 0 | 0.82 | 0.71 | 0.93 | 351.43 | 0.7 | 0.04 |
| Hex | 11 | 3 | 5 | 0 | 52 | 47 | 5D | 15F | 46 | 4 |
| Octal | 21 | 3 | 5 | 0 | 122 | 107 | 135 | 537 | 106 | 4 |
| Binary | 10001 | 11 | 101 | 0 | 1010010 | 1000111 | 1011101 | 101011111 | 1000110 | 100 |
Color Harmonies of #110305
Complementary color
Monochromatic Colors of #110305
Black with #110305
Text Example
Text Example
White with #110305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110305; }
p { color: rgb(17,3,5); }
H1.HeaderClassName
{
color: #110305;
}
.AnyTagClassName
{
color: #110305;
}
</style>
background-color css
<style>
a { background-color: #110305; }
a { background-color: rgb(17,3,5); }
div.DivClassName
{
background-color: #110305;
}
.BgClassName
{
background-color: #110305;
}
</style>
border-color css
<style>
span { border-color: #110305; }
span { border-color: rgb(17,3,5); }
td.TdClassName
{
border-color: #110305;
}
.TagClassName
{
border-color: #110305;
}
</style>