Shades of Rustic Red #1E000F
Tints of Rustic Red #1E000F
RGB
CMYK
RGB Variations
Color information
#1E000F (or 0x1E000F) is known color: Rustic Red. HEX triplet: 1E, 00 and 0F. RGB value is (30,0,15). Sum of RGB (Red+Green+Blue) = 30+0+15=45 (5% of max value = 765). Red value is 30 (12.11% from 255 or 66.67% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000F is #E1FFF0. Grayscale: #0A0A0A. Windows color (decimal): -14811121 or 983070. OLE color: 983070.
HSL color Cylindrical-coordinate representation of color #1E000F: hue angle of 330º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E000F is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.5 | 0.88 |
| HSL | 330º | 1% | 0.06% | - |
| HSV(B) | 330º | 1% | 0.12% | - |
| XYZ | 0.62 | 0.31 | 0.48 | - |
| YUV | 10.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 15 | 0 | 1 | 0.5 | 0.88 | 330 | 1 | 0.06 |
| Hex | 1E | 0 | F | 0 | 64 | 32 | 58 | 14A | 64 | 6 |
| Octal | 36 | 0 | 17 | 0 | 144 | 62 | 130 | 512 | 144 | 6 |
| Binary | 11110 | 0 | 1111 | 0 | 1100100 | 110010 | 1011000 | 101001010 | 1100100 | 110 |
Color Harmonies of #1E000F
Complementary color
Monochromatic Colors of #1E000F
Black with #1E000F
Text Example
Text Example
White with #1E000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E000F; }
p { color: rgb(30,0,15); }
H1.HeaderClassName
{
color: #1E000F;
}
.AnyTagClassName
{
color: #1E000F;
}
</style>
background-color css
<style>
a { background-color: #1E000F; }
a { background-color: rgb(30,0,15); }
div.DivClassName
{
background-color: #1E000F;
}
.BgClassName
{
background-color: #1E000F;
}
</style>
border-color css
<style>
span { border-color: #1E000F; }
span { border-color: rgb(30,0,15); }
td.TdClassName
{
border-color: #1E000F;
}
.TagClassName
{
border-color: #1E000F;
}
</style>