Shades of Rustic Red #1E020C
Tints of Rustic Red #1E020C
RGB
CMYK
RGB Variations
Color information
#1E020C (or 0x1E020C) is known color: Rustic Red. HEX triplet: 1E, 02 and 0C. RGB value is (30,2,12). Sum of RGB (Red+Green+Blue) = 30+2+12=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E020C is #E1FDF3. Grayscale: #0B0B0B. Windows color (decimal): -14810612 or 786974. OLE color: 786974.
HSL color Cylindrical-coordinate representation of color #1E020C: hue angle of 338.57º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E020C is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 2 | 12 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.88 |
| HSL | 338.57º | 0.88% | 0.06% | - |
| HSV(B) | 338.57º | 0.93% | 0.12% | - |
| XYZ | 0.62 | 0.35 | 0.38 | - |
| YUV | 11.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 12 | 0 | 0.93 | 0.60 | 0.88 | 338.57 | 0.88 | 0.06 |
| Hex | 1E | 2 | C | 0 | 5D | 3C | 58 | 153 | 58 | 6 |
| Octal | 36 | 2 | 14 | 0 | 135 | 74 | 130 | 523 | 130 | 6 |
| Binary | 11110 | 10 | 1100 | 0 | 1011101 | 111100 | 1011000 | 101010011 | 1011000 | 110 |
Color Harmonies of #1E020C
Complementary color
Monochromatic Colors of #1E020C
Black with #1E020C
Text Example
Text Example
White with #1E020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E020C; }
p { color: rgb(30,2,12); }
H1.HeaderClassName
{
color: #1E020C;
}
.AnyTagClassName
{
color: #1E020C;
}
</style>
background-color css
<style>
a { background-color: #1E020C; }
a { background-color: rgb(30,2,12); }
div.DivClassName
{
background-color: #1E020C;
}
.BgClassName
{
background-color: #1E020C;
}
</style>
border-color css
<style>
span { border-color: #1E020C; }
span { border-color: rgb(30,2,12); }
td.TdClassName
{
border-color: #1E020C;
}
.TagClassName
{
border-color: #1E020C;
}
</style>