Shades of Rustic Red #1E0507
Tints of Rustic Red #1E0507
RGB
CMYK
RGB Variations
Color information
#1E0507 (or 0x1E0507) is known color: Rustic Red. HEX triplet: 1E, 05 and 07. RGB value is (30,5,7). Sum of RGB (Red+Green+Blue) = 30+5+7=42 (5% of max value = 765). Red value is 30 (12.11% from 255 or 71.43% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0507 is #E1FAF8. Grayscale: #0C0C0C. Windows color (decimal): -14809849 or 460062. OLE color: 460062.
HSL color Cylindrical-coordinate representation of color #1E0507: hue angle of 355.2º 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 #1E0507 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 7 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.88 |
| HSL | 355.2º | 0.71% | 0.07% | - |
| HSV(B) | 355.2º | 0.83% | 0.12% | - |
| XYZ | 0.63 | 0.4 | 0.25 | - |
| YUV | 12.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 7 | 0 | 0.83 | 0.77 | 0.88 | 355.2 | 0.71 | 0.07 |
| Hex | 1E | 5 | 7 | 0 | 53 | 4D | 58 | 163 | 47 | 7 |
| Octal | 36 | 5 | 7 | 0 | 123 | 115 | 130 | 543 | 107 | 7 |
| Binary | 11110 | 101 | 111 | 0 | 1010011 | 1001101 | 1011000 | 101100011 | 1000111 | 111 |
Color Harmonies of #1E0507
Complementary color
Monochromatic Colors of #1E0507
Black with #1E0507
Text Example
Text Example
White with #1E0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0507; }
p { color: rgb(30,5,7); }
H1.HeaderClassName
{
color: #1E0507;
}
.AnyTagClassName
{
color: #1E0507;
}
</style>
background-color css
<style>
a { background-color: #1E0507; }
a { background-color: rgb(30,5,7); }
div.DivClassName
{
background-color: #1E0507;
}
.BgClassName
{
background-color: #1E0507;
}
</style>
border-color css
<style>
span { border-color: #1E0507; }
span { border-color: rgb(30,5,7); }
td.TdClassName
{
border-color: #1E0507;
}
.TagClassName
{
border-color: #1E0507;
}
</style>