Shades of Rustic Red #1C0E13
Tints of Rustic Red #1C0E13
RGB
CMYK
RGB Variations
Color information
#1C0E13 (or 0x1C0E13) is known color: Rustic Red. HEX triplet: 1C, 0E and 13. RGB value is (28,14,19). Sum of RGB (Red+Green+Blue) = 28+14+19=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E13 is #E3F1EC. Grayscale: #121212. Windows color (decimal): -14938605 or 1248796. OLE color: 1248796.
HSL color Cylindrical-coordinate representation of color #1C0E13: hue angle of 338.57º 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 #1C0E13 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 19 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.89 |
| HSL | 338.57º | 0.33% | 0.08% | - |
| HSV(B) | 338.57º | 0.5% | 0.11% | - |
| XYZ | 0.75 | 0.61 | 0.69 | - |
| YUV | 18.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 19 | 0 | 0.50 | 0.32 | 0.89 | 338.57 | 0.33 | 0.08 |
| Hex | 1C | E | 13 | 0 | 32 | 20 | 59 | 153 | 21 | 8 |
| Octal | 34 | 16 | 23 | 0 | 62 | 40 | 131 | 523 | 41 | 10 |
| Binary | 11100 | 1110 | 10011 | 0 | 110010 | 100000 | 1011001 | 101010011 | 100001 | 1000 |
Color Harmonies of #1C0E13
Complementary color
Monochromatic Colors of #1C0E13
Black with #1C0E13
Text Example
Text Example
White with #1C0E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E13; }
p { color: rgb(28,14,19); }
H1.HeaderClassName
{
color: #1C0E13;
}
.AnyTagClassName
{
color: #1C0E13;
}
</style>
background-color css
<style>
a { background-color: #1C0E13; }
a { background-color: rgb(28,14,19); }
div.DivClassName
{
background-color: #1C0E13;
}
.BgClassName
{
background-color: #1C0E13;
}
</style>
border-color css
<style>
span { border-color: #1C0E13; }
span { border-color: rgb(28,14,19); }
td.TdClassName
{
border-color: #1C0E13;
}
.TagClassName
{
border-color: #1C0E13;
}
</style>