Shades of Rustic Red #1C1112
Tints of Rustic Red #1C1112
RGB
CMYK
RGB Variations
Color information
#1C1112 (or 0x1C1112) is known color: Rustic Red. HEX triplet: 1C, 11 and 12. RGB value is (28,17,18). Sum of RGB (Red+Green+Blue) = 28+17+18=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1112 is #E3EEED. Grayscale: #141414. Windows color (decimal): -14937838 or 1184028. OLE color: 1184028.
HSL color Cylindrical-coordinate representation of color #1C1112: hue angle of 354.55º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C1112 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 17 | 18 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.89 |
| HSL | 354.55º | 0.24% | 0.09% | - |
| HSV(B) | 354.55º | 0.39% | 0.11% | - |
| XYZ | 0.79 | 0.69 | 0.66 | - |
| YUV | 20.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 18 | 0 | 0.39 | 0.36 | 0.89 | 354.55 | 0.24 | 0.09 |
| Hex | 1C | 11 | 12 | 0 | 27 | 24 | 59 | 163 | 18 | 9 |
| Octal | 34 | 21 | 22 | 0 | 47 | 44 | 131 | 543 | 30 | 11 |
| Binary | 11100 | 10001 | 10010 | 0 | 100111 | 100100 | 1011001 | 101100011 | 11000 | 1001 |
Color Harmonies of #1C1112
Complementary color
Monochromatic Colors of #1C1112
Black with #1C1112
Text Example
Text Example
White with #1C1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1112; }
p { color: rgb(28,17,18); }
H1.HeaderClassName
{
color: #1C1112;
}
.AnyTagClassName
{
color: #1C1112;
}
</style>
background-color css
<style>
a { background-color: #1C1112; }
a { background-color: rgb(28,17,18); }
div.DivClassName
{
background-color: #1C1112;
}
.BgClassName
{
background-color: #1C1112;
}
</style>
border-color css
<style>
span { border-color: #1C1112; }
span { border-color: rgb(28,17,18); }
td.TdClassName
{
border-color: #1C1112;
}
.TagClassName
{
border-color: #1C1112;
}
</style>