Shades of Rustic Red #1C0C11
Tints of Rustic Red #1C0C11
RGB
CMYK
RGB Variations
Color information
#1C0C11 (or 0x1C0C11) is known color: Rustic Red. HEX triplet: 1C, 0C and 11. RGB value is (28,12,17). Sum of RGB (Red+Green+Blue) = 28+12+17=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C11 is #E3F3EE. Grayscale: #111111. Windows color (decimal): -14939119 or 1117212. OLE color: 1117212.
HSL color Cylindrical-coordinate representation of color #1C0C11: hue angle of 341.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C0C11 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 12 | 17 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.89 |
| HSL | 341.25º | 0.4% | 0.08% | - |
| HSV(B) | 341.25º | 0.57% | 0.11% | - |
| XYZ | 0.71 | 0.55 | 0.6 | - |
| YUV | 17.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 17 | 0 | 0.57 | 0.39 | 0.89 | 341.25 | 0.4 | 0.08 |
| Hex | 1C | C | 11 | 0 | 39 | 27 | 59 | 155 | 28 | 8 |
| Octal | 34 | 14 | 21 | 0 | 71 | 47 | 131 | 525 | 50 | 10 |
| Binary | 11100 | 1100 | 10001 | 0 | 111001 | 100111 | 1011001 | 101010101 | 101000 | 1000 |
Color Harmonies of #1C0C11
Complementary color
Monochromatic Colors of #1C0C11
Black with #1C0C11
Text Example
Text Example
White with #1C0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0C11; }
p { color: rgb(28,12,17); }
H1.HeaderClassName
{
color: #1C0C11;
}
.AnyTagClassName
{
color: #1C0C11;
}
</style>
background-color css
<style>
a { background-color: #1C0C11; }
a { background-color: rgb(28,12,17); }
div.DivClassName
{
background-color: #1C0C11;
}
.BgClassName
{
background-color: #1C0C11;
}
</style>
border-color css
<style>
span { border-color: #1C0C11; }
span { border-color: rgb(28,12,17); }
td.TdClassName
{
border-color: #1C0C11;
}
.TagClassName
{
border-color: #1C0C11;
}
</style>