Shades of Rustic Red #1C0A0E
Tints of Rustic Red #1C0A0E
RGB
CMYK
RGB Variations
Color information
#1C0A0E (or 0x1C0A0E) is known color: Rustic Red. HEX triplet: 1C, 0A and 0E. RGB value is (28,10,14). Sum of RGB (Red+Green+Blue) = 28+10+14=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0A0E is #E3F5F1. Grayscale: #0F0F0F. Windows color (decimal): -14939634 or 920092. OLE color: 920092.
HSL color Cylindrical-coordinate representation of color #1C0A0E: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C0A0E is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 10 | 14 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.89 |
| HSL | 346.67º | 0.47% | 0.07% | - |
| HSV(B) | 346.67º | 0.64% | 0.11% | - |
| XYZ | 0.67 | 0.5 | 0.48 | - |
| YUV | 15.84 | 126.96 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 10 | 14 | 0 | 0.64 | 0.50 | 0.89 | 346.67 | 0.47 | 0.07 |
| Hex | 1C | A | E | 0 | 40 | 32 | 59 | 15B | 2F | 7 |
| Octal | 34 | 12 | 16 | 0 | 100 | 62 | 131 | 533 | 57 | 7 |
| Binary | 11100 | 1010 | 1110 | 0 | 1000000 | 110010 | 1011001 | 101011011 | 101111 | 111 |
Color Harmonies of #1C0A0E
Complementary color
Monochromatic Colors of #1C0A0E
Black with #1C0A0E
Text Example
Text Example
White with #1C0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0A0E; }
p { color: rgb(28,10,14); }
H1.HeaderClassName
{
color: #1C0A0E;
}
.AnyTagClassName
{
color: #1C0A0E;
}
</style>
background-color css
<style>
a { background-color: #1C0A0E; }
a { background-color: rgb(28,10,14); }
div.DivClassName
{
background-color: #1C0A0E;
}
.BgClassName
{
background-color: #1C0A0E;
}
</style>
border-color css
<style>
span { border-color: #1C0A0E; }
span { border-color: rgb(28,10,14); }
td.TdClassName
{
border-color: #1C0A0E;
}
.TagClassName
{
border-color: #1C0A0E;
}
</style>