Shades of Rustic Red #1E070D
Tints of Rustic Red #1E070D
RGB
CMYK
RGB Variations
Color information
#1E070D (or 0x1E070D) is known color: Rustic Red. HEX triplet: 1E, 07 and 0D. RGB value is (30,7,13). Sum of RGB (Red+Green+Blue) = 30+7+13=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E070D is #E1F8F2. Grayscale: #0E0E0E. Windows color (decimal): -14809331 or 853790. OLE color: 853790.
HSL color Cylindrical-coordinate representation of color #1E070D: hue angle of 344.35º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E070D is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 7 | 13 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.88 |
| HSL | 344.35º | 0.62% | 0.07% | - |
| HSV(B) | 344.35º | 0.77% | 0.12% | - |
| XYZ | 0.68 | 0.46 | 0.43 | - |
| YUV | 14.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 13 | 0 | 0.77 | 0.57 | 0.88 | 344.35 | 0.62 | 0.07 |
| Hex | 1E | 7 | D | 0 | 4D | 39 | 58 | 158 | 3E | 7 |
| Octal | 36 | 7 | 15 | 0 | 115 | 71 | 130 | 530 | 76 | 7 |
| Binary | 11110 | 111 | 1101 | 0 | 1001101 | 111001 | 1011000 | 101011000 | 111110 | 111 |
Color Harmonies of #1E070D
Complementary color
Monochromatic Colors of #1E070D
Black with #1E070D
Text Example
Text Example
White with #1E070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E070D; }
p { color: rgb(30,7,13); }
H1.HeaderClassName
{
color: #1E070D;
}
.AnyTagClassName
{
color: #1E070D;
}
</style>
background-color css
<style>
a { background-color: #1E070D; }
a { background-color: rgb(30,7,13); }
div.DivClassName
{
background-color: #1E070D;
}
.BgClassName
{
background-color: #1E070D;
}
</style>
border-color css
<style>
span { border-color: #1E070D; }
span { border-color: rgb(30,7,13); }
td.TdClassName
{
border-color: #1E070D;
}
.TagClassName
{
border-color: #1E070D;
}
</style>