Shades of Rustic Red #1C1115
Tints of Rustic Red #1C1115
RGB
CMYK
RGB Variations
Color information
#1C1115 (or 0x1C1115) is known color: Rustic Red. HEX triplet: 1C, 11 and 15. RGB value is (28,17,21). Sum of RGB (Red+Green+Blue) = 28+17+21=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1115 is #E3EEEA. Grayscale: #141414. Windows color (decimal): -14937835 or 1380636. OLE color: 1380636.
HSL color Cylindrical-coordinate representation of color #1C1115: hue angle of 338.18º 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 #1C1115 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 17 | 21 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.89 |
| HSL | 338.18º | 0.24% | 0.09% | - |
| HSV(B) | 338.18º | 0.39% | 0.11% | - |
| XYZ | 0.81 | 0.7 | 0.8 | - |
| YUV | 20.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 21 | 0 | 0.39 | 0.25 | 0.89 | 338.18 | 0.24 | 0.09 |
| Hex | 1C | 11 | 15 | 0 | 27 | 19 | 59 | 152 | 18 | 9 |
| Octal | 34 | 21 | 25 | 0 | 47 | 31 | 131 | 522 | 30 | 11 |
| Binary | 11100 | 10001 | 10101 | 0 | 100111 | 11001 | 1011001 | 101010010 | 11000 | 1001 |
Color Harmonies of #1C1115
Complementary color
Monochromatic Colors of #1C1115
Black with #1C1115
Text Example
Text Example
White with #1C1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1115; }
p { color: rgb(28,17,21); }
H1.HeaderClassName
{
color: #1C1115;
}
.AnyTagClassName
{
color: #1C1115;
}
</style>
background-color css
<style>
a { background-color: #1C1115; }
a { background-color: rgb(28,17,21); }
div.DivClassName
{
background-color: #1C1115;
}
.BgClassName
{
background-color: #1C1115;
}
</style>
border-color css
<style>
span { border-color: #1C1115; }
span { border-color: rgb(28,17,21); }
td.TdClassName
{
border-color: #1C1115;
}
.TagClassName
{
border-color: #1C1115;
}
</style>