Shades of Rustic Red #11030B
Tints of Rustic Red #11030B
RGB
CMYK
RGB Variations
Color information
#11030B (or 0x11030B) is known color: Rustic Red. HEX triplet: 11, 03 and 0B. RGB value is (17,3,11). Sum of RGB (Red+Green+Blue) = 17+3+11=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 11 (4.69% from 255 or 35.48% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #11030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11030B is #EEFCF4. Grayscale: #080808. Windows color (decimal): -15662325 or 721681. OLE color: 721681.
HSL color Cylindrical-coordinate representation of color #11030B: hue angle of 325.71º 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 #11030B is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 3 | 11 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.93 |
| HSL | 325.71º | 0.7% | 0.04% | - |
| HSV(B) | 325.71º | 0.82% | 0.07% | - |
| XYZ | 0.32 | 0.21 | 0.34 | - |
| YUV | 8.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 11 | 0 | 0.82 | 0.35 | 0.93 | 325.71 | 0.7 | 0.04 |
| Hex | 11 | 3 | B | 0 | 52 | 23 | 5D | 146 | 46 | 4 |
| Octal | 21 | 3 | 13 | 0 | 122 | 43 | 135 | 506 | 106 | 4 |
| Binary | 10001 | 11 | 1011 | 0 | 1010010 | 100011 | 1011101 | 101000110 | 1000110 | 100 |
Color Harmonies of #11030B
Complementary color
Monochromatic Colors of #11030B
Black with #11030B
Text Example
Text Example
White with #11030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11030B; }
p { color: rgb(17,3,11); }
H1.HeaderClassName
{
color: #11030B;
}
.AnyTagClassName
{
color: #11030B;
}
</style>
background-color css
<style>
a { background-color: #11030B; }
a { background-color: rgb(17,3,11); }
div.DivClassName
{
background-color: #11030B;
}
.BgClassName
{
background-color: #11030B;
}
</style>
border-color css
<style>
span { border-color: #11030B; }
span { border-color: rgb(17,3,11); }
td.TdClassName
{
border-color: #11030B;
}
.TagClassName
{
border-color: #11030B;
}
</style>