Shades of Rustic Red #1C0E12
Tints of Rustic Red #1C0E12
RGB
CMYK
RGB Variations
Color information
#1C0E12 (or 0x1C0E12) is known color: Rustic Red. HEX triplet: 1C, 0E and 12. RGB value is (28,14,18). Sum of RGB (Red+Green+Blue) = 28+14+18=60 (7% of max value = 765). Red value is 28 (11.33% from 255 or 46.67% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E12 is #E3F1ED. Grayscale: #121212. Windows color (decimal): -14938606 or 1183260. OLE color: 1183260.
HSL color Cylindrical-coordinate representation of color #1C0E12: hue angle of 342.86º 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 #1C0E12 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 18 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.89 |
| HSL | 342.86º | 0.33% | 0.08% | - |
| HSV(B) | 342.86º | 0.5% | 0.11% | - |
| XYZ | 0.75 | 0.6 | 0.65 | - |
| YUV | 18.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 18 | 0 | 0.50 | 0.36 | 0.89 | 342.86 | 0.33 | 0.08 |
| Hex | 1C | E | 12 | 0 | 32 | 24 | 59 | 157 | 21 | 8 |
| Octal | 34 | 16 | 22 | 0 | 62 | 44 | 131 | 527 | 41 | 10 |
| Binary | 11100 | 1110 | 10010 | 0 | 110010 | 100100 | 1011001 | 101010111 | 100001 | 1000 |
Color Harmonies of #1C0E12
Complementary color
Monochromatic Colors of #1C0E12
Black with #1C0E12
Text Example
Text Example
White with #1C0E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E12; }
p { color: rgb(28,14,18); }
H1.HeaderClassName
{
color: #1C0E12;
}
.AnyTagClassName
{
color: #1C0E12;
}
</style>
background-color css
<style>
a { background-color: #1C0E12; }
a { background-color: rgb(28,14,18); }
div.DivClassName
{
background-color: #1C0E12;
}
.BgClassName
{
background-color: #1C0E12;
}
</style>
border-color css
<style>
span { border-color: #1C0E12; }
span { border-color: rgb(28,14,18); }
td.TdClassName
{
border-color: #1C0E12;
}
.TagClassName
{
border-color: #1C0E12;
}
</style>