Shades of Rustic Red #1E0509
Tints of Rustic Red #1E0509
RGB
CMYK
RGB Variations
Color information
#1E0509 (or 0x1E0509) is known color: Rustic Red. HEX triplet: 1E, 05 and 09. RGB value is (30,5,9). Sum of RGB (Red+Green+Blue) = 30+5+9=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0509 is #E1FAF6. Grayscale: #0C0C0C. Windows color (decimal): -14809847 or 591134. OLE color: 591134.
HSL color Cylindrical-coordinate representation of color #1E0509: hue angle of 350.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0509 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 9 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.88 |
| HSL | 350.4º | 0.71% | 0.07% | - |
| HSV(B) | 350.4º | 0.83% | 0.12% | - |
| XYZ | 0.64 | 0.4 | 0.3 | - |
| YUV | 12.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 9 | 0 | 0.83 | 0.70 | 0.88 | 350.4 | 0.71 | 0.07 |
| Hex | 1E | 5 | 9 | 0 | 53 | 46 | 58 | 15E | 47 | 7 |
| Octal | 36 | 5 | 11 | 0 | 123 | 106 | 130 | 536 | 107 | 7 |
| Binary | 11110 | 101 | 1001 | 0 | 1010011 | 1000110 | 1011000 | 101011110 | 1000111 | 111 |
Color Harmonies of #1E0509
Complementary color
Monochromatic Colors of #1E0509
Black with #1E0509
Text Example
Text Example
White with #1E0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0509; }
p { color: rgb(30,5,9); }
H1.HeaderClassName
{
color: #1E0509;
}
.AnyTagClassName
{
color: #1E0509;
}
</style>
background-color css
<style>
a { background-color: #1E0509; }
a { background-color: rgb(30,5,9); }
div.DivClassName
{
background-color: #1E0509;
}
.BgClassName
{
background-color: #1E0509;
}
</style>
border-color css
<style>
span { border-color: #1E0509; }
span { border-color: rgb(30,5,9); }
td.TdClassName
{
border-color: #1E0509;
}
.TagClassName
{
border-color: #1E0509;
}
</style>