Shades of Rustic Red #1E070F
Tints of Rustic Red #1E070F
RGB
CMYK
RGB Variations
Color information
#1E070F (or 0x1E070F) is known color: Rustic Red. HEX triplet: 1E, 07 and 0F. RGB value is (30,7,15). Sum of RGB (Red+Green+Blue) = 30+7+15=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E070F is #E1F8F0. Grayscale: #0E0E0E. Windows color (decimal): -14809329 or 984862. OLE color: 984862.
HSL color Cylindrical-coordinate representation of color #1E070F: hue angle of 339.13º 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 #1E070F is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 7 | 15 | - |
| CMYK | 0 | 0.77 | 0.5 | 0.88 |
| HSL | 339.13º | 0.62% | 0.07% | - |
| HSV(B) | 339.13º | 0.77% | 0.12% | - |
| XYZ | 0.7 | 0.46 | 0.5 | - |
| YUV | 14.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 7 | 15 | 0 | 0.77 | 0.5 | 0.88 | 339.13 | 0.62 | 0.07 |
| Hex | 1E | 7 | F | 0 | 4D | 32 | 58 | 153 | 3E | 7 |
| Octal | 36 | 7 | 17 | 0 | 115 | 62 | 130 | 523 | 76 | 7 |
| Binary | 11110 | 111 | 1111 | 0 | 1001101 | 110010 | 1011000 | 101010011 | 111110 | 111 |
Color Harmonies of #1E070F
Complementary color
Monochromatic Colors of #1E070F
Black with #1E070F
Text Example
Text Example
White with #1E070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E070F; }
p { color: rgb(30,7,15); }
H1.HeaderClassName
{
color: #1E070F;
}
.AnyTagClassName
{
color: #1E070F;
}
</style>
background-color css
<style>
a { background-color: #1E070F; }
a { background-color: rgb(30,7,15); }
div.DivClassName
{
background-color: #1E070F;
}
.BgClassName
{
background-color: #1E070F;
}
</style>
border-color css
<style>
span { border-color: #1E070F; }
span { border-color: rgb(30,7,15); }
td.TdClassName
{
border-color: #1E070F;
}
.TagClassName
{
border-color: #1E070F;
}
</style>