Shades of Rustic Red #1C030E
Tints of Rustic Red #1C030E
RGB
CMYK
RGB Variations
Color information
#1C030E (or 0x1C030E) is known color: Rustic Red. HEX triplet: 1C, 03 and 0E. RGB value is (28,3,14). Sum of RGB (Red+Green+Blue) = 28+3+14=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C030E is #E3FCF1. Grayscale: #0B0B0B. Windows color (decimal): -14941426 or 918300. OLE color: 918300.
HSL color Cylindrical-coordinate representation of color #1C030E: hue angle of 333.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C030E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 3 | 14 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.89 |
| HSL | 333.6º | 0.81% | 0.06% | - |
| HSV(B) | 333.6º | 0.89% | 0.11% | - |
| XYZ | 0.59 | 0.34 | 0.45 | - |
| YUV | 11.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 3 | 14 | 0 | 0.89 | 0.50 | 0.89 | 333.6 | 0.81 | 0.06 |
| Hex | 1C | 3 | E | 0 | 59 | 32 | 59 | 14E | 51 | 6 |
| Octal | 34 | 3 | 16 | 0 | 131 | 62 | 131 | 516 | 121 | 6 |
| Binary | 11100 | 11 | 1110 | 0 | 1011001 | 110010 | 1011001 | 101001110 | 1010001 | 110 |
Color Harmonies of #1C030E
Complementary color
Monochromatic Colors of #1C030E
Black with #1C030E
Text Example
Text Example
White with #1C030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C030E; }
p { color: rgb(28,3,14); }
H1.HeaderClassName
{
color: #1C030E;
}
.AnyTagClassName
{
color: #1C030E;
}
</style>
background-color css
<style>
a { background-color: #1C030E; }
a { background-color: rgb(28,3,14); }
div.DivClassName
{
background-color: #1C030E;
}
.BgClassName
{
background-color: #1C030E;
}
</style>
border-color css
<style>
span { border-color: #1C030E; }
span { border-color: rgb(28,3,14); }
td.TdClassName
{
border-color: #1C030E;
}
.TagClassName
{
border-color: #1C030E;
}
</style>