Shades of Rustic Red #1C0E11
Tints of Rustic Red #1C0E11
RGB
CMYK
RGB Variations
Color information
#1C0E11 (or 0x1C0E11) is known color: Rustic Red. HEX triplet: 1C, 0E and 11. RGB value is (28,14,17). Sum of RGB (Red+Green+Blue) = 28+14+17=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E11 is #E3F1EE. Grayscale: #121212. Windows color (decimal): -14938607 or 1117724. OLE color: 1117724.
HSL color Cylindrical-coordinate representation of color #1C0E11: hue angle of 347.14º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C0E11 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 17 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.89 |
| HSL | 347.14º | 0.33% | 0.08% | - |
| HSV(B) | 347.14º | 0.5% | 0.11% | - |
| XYZ | 0.74 | 0.6 | 0.61 | - |
| YUV | 18.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 17 | 0 | 0.50 | 0.39 | 0.89 | 347.14 | 0.33 | 0.08 |
| Hex | 1C | E | 11 | 0 | 32 | 27 | 59 | 15B | 21 | 8 |
| Octal | 34 | 16 | 21 | 0 | 62 | 47 | 131 | 533 | 41 | 10 |
| Binary | 11100 | 1110 | 10001 | 0 | 110010 | 100111 | 1011001 | 101011011 | 100001 | 1000 |
Color Harmonies of #1C0E11
Complementary color
Monochromatic Colors of #1C0E11
Black with #1C0E11
Text Example
Text Example
White with #1C0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E11; }
p { color: rgb(28,14,17); }
H1.HeaderClassName
{
color: #1C0E11;
}
.AnyTagClassName
{
color: #1C0E11;
}
</style>
background-color css
<style>
a { background-color: #1C0E11; }
a { background-color: rgb(28,14,17); }
div.DivClassName
{
background-color: #1C0E11;
}
.BgClassName
{
background-color: #1C0E11;
}
</style>
border-color css
<style>
span { border-color: #1C0E11; }
span { border-color: rgb(28,14,17); }
td.TdClassName
{
border-color: #1C0E11;
}
.TagClassName
{
border-color: #1C0E11;
}
</style>