Shades of Rustic Red #1E090F
Tints of Rustic Red #1E090F
RGB
CMYK
RGB Variations
Color information
#1E090F (or 0x1E090F) is known color: Rustic Red. HEX triplet: 1E, 09 and 0F. RGB value is (30,9,15). Sum of RGB (Red+Green+Blue) = 30+9+15=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E090F is #E1F6F0. Grayscale: #0F0F0F. Windows color (decimal): -14808817 or 985374. OLE color: 985374.
HSL color Cylindrical-coordinate representation of color #1E090F: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E090F is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 9 | 15 | - |
| CMYK | 0 | 0.70 | 0.5 | 0.88 |
| HSL | 342.86º | 0.54% | 0.08% | - |
| HSV(B) | 342.86º | 0.7% | 0.12% | - |
| XYZ | 0.72 | 0.51 | 0.51 | - |
| YUV | 15.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 15 | 0 | 0.70 | 0.5 | 0.88 | 342.86 | 0.54 | 0.08 |
| Hex | 1E | 9 | F | 0 | 46 | 32 | 58 | 157 | 36 | 8 |
| Octal | 36 | 11 | 17 | 0 | 106 | 62 | 130 | 527 | 66 | 10 |
| Binary | 11110 | 1001 | 1111 | 0 | 1000110 | 110010 | 1011000 | 101010111 | 110110 | 1000 |
Color Harmonies of #1E090F
Complementary color
Monochromatic Colors of #1E090F
Black with #1E090F
Text Example
Text Example
White with #1E090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E090F; }
p { color: rgb(30,9,15); }
H1.HeaderClassName
{
color: #1E090F;
}
.AnyTagClassName
{
color: #1E090F;
}
</style>
background-color css
<style>
a { background-color: #1E090F; }
a { background-color: rgb(30,9,15); }
div.DivClassName
{
background-color: #1E090F;
}
.BgClassName
{
background-color: #1E090F;
}
</style>
border-color css
<style>
span { border-color: #1E090F; }
span { border-color: rgb(30,9,15); }
td.TdClassName
{
border-color: #1E090F;
}
.TagClassName
{
border-color: #1E090F;
}
</style>