Shades of Rustic Red #110308
Tints of Rustic Red #110308
RGB
CMYK
RGB Variations
Color information
#110308 (or 0x110308) is known color: Rustic Red. HEX triplet: 11, 03 and 08. RGB value is (17,3,8). Sum of RGB (Red+Green+Blue) = 17+3+8=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110308 is #EEFCF7. Grayscale: #070707. Windows color (decimal): -15662328 or 525073. OLE color: 525073.
HSL color Cylindrical-coordinate representation of color #110308: hue angle of 338.57º 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 #110308 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 3 | 8 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.93 |
| HSL | 338.57º | 0.7% | 0.04% | - |
| HSV(B) | 338.57º | 0.82% | 0.07% | - |
| XYZ | 0.31 | 0.2 | 0.25 | - |
| YUV | 7.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 8 | 0 | 0.82 | 0.53 | 0.93 | 338.57 | 0.7 | 0.04 |
| Hex | 11 | 3 | 8 | 0 | 52 | 35 | 5D | 153 | 46 | 4 |
| Octal | 21 | 3 | 10 | 0 | 122 | 65 | 135 | 523 | 106 | 4 |
| Binary | 10001 | 11 | 1000 | 0 | 1010010 | 110101 | 1011101 | 101010011 | 1000110 | 100 |
Color Harmonies of #110308
Complementary color
Monochromatic Colors of #110308
Black with #110308
Text Example
Text Example
White with #110308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110308; }
p { color: rgb(17,3,8); }
H1.HeaderClassName
{
color: #110308;
}
.AnyTagClassName
{
color: #110308;
}
</style>
background-color css
<style>
a { background-color: #110308; }
a { background-color: rgb(17,3,8); }
div.DivClassName
{
background-color: #110308;
}
.BgClassName
{
background-color: #110308;
}
</style>
border-color css
<style>
span { border-color: #110308; }
span { border-color: rgb(17,3,8); }
td.TdClassName
{
border-color: #110308;
}
.TagClassName
{
border-color: #110308;
}
</style>