Shades of Rustic Red #1E030C
Tints of Rustic Red #1E030C
RGB
CMYK
RGB Variations
Color information
#1E030C (or 0x1E030C) is known color: Rustic Red. HEX triplet: 1E, 03 and 0C. RGB value is (30,3,12). Sum of RGB (Red+Green+Blue) = 30+3+12=45 (5% of max value = 765). Red value is 30 (12.11% from 255 or 66.67% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030C is #E1FCF3. Grayscale: #0C0C0C. Windows color (decimal): -14810356 or 787230. OLE color: 787230.
HSL color Cylindrical-coordinate representation of color #1E030C: hue angle of 340º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E030C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 12 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.88 |
| HSL | 340º | 0.82% | 0.06% | - |
| HSV(B) | 340º | 0.9% | 0.12% | - |
| XYZ | 0.63 | 0.37 | 0.39 | - |
| YUV | 12.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 12 | 0 | 0.90 | 0.60 | 0.88 | 340 | 0.82 | 0.06 |
| Hex | 1E | 3 | C | 0 | 5A | 3C | 58 | 154 | 52 | 6 |
| Octal | 36 | 3 | 14 | 0 | 132 | 74 | 130 | 524 | 122 | 6 |
| Binary | 11110 | 11 | 1100 | 0 | 1011010 | 111100 | 1011000 | 101010100 | 1010010 | 110 |
Color Harmonies of #1E030C
Complementary color
Monochromatic Colors of #1E030C
Black with #1E030C
Text Example
Text Example
White with #1E030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E030C; }
p { color: rgb(30,3,12); }
H1.HeaderClassName
{
color: #1E030C;
}
.AnyTagClassName
{
color: #1E030C;
}
</style>
background-color css
<style>
a { background-color: #1E030C; }
a { background-color: rgb(30,3,12); }
div.DivClassName
{
background-color: #1E030C;
}
.BgClassName
{
background-color: #1E030C;
}
</style>
border-color css
<style>
span { border-color: #1E030C; }
span { border-color: rgb(30,3,12); }
td.TdClassName
{
border-color: #1E030C;
}
.TagClassName
{
border-color: #1E030C;
}
</style>