Shades of Rustic Red #1E0508
Tints of Rustic Red #1E0508
RGB
CMYK
RGB Variations
Color information
#1E0508 (or 0x1E0508) is known color: Rustic Red. HEX triplet: 1E, 05 and 08. RGB value is (30,5,8). Sum of RGB (Red+Green+Blue) = 30+5+8=43 (5% of max value = 765). Red value is 30 (12.11% from 255 or 69.77% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0508 is #E1FAF7. Grayscale: #0C0C0C. Windows color (decimal): -14809848 or 525598. OLE color: 525598.
HSL color Cylindrical-coordinate representation of color #1E0508: hue angle of 352.8º 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 #1E0508 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 8 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.88 |
| HSL | 352.8º | 0.71% | 0.07% | - |
| HSV(B) | 352.8º | 0.83% | 0.12% | - |
| XYZ | 0.63 | 0.4 | 0.27 | - |
| YUV | 12.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 8 | 0 | 0.83 | 0.73 | 0.88 | 352.8 | 0.71 | 0.07 |
| Hex | 1E | 5 | 8 | 0 | 53 | 49 | 58 | 161 | 47 | 7 |
| Octal | 36 | 5 | 10 | 0 | 123 | 111 | 130 | 541 | 107 | 7 |
| Binary | 11110 | 101 | 1000 | 0 | 1010011 | 1001001 | 1011000 | 101100001 | 1000111 | 111 |
Color Harmonies of #1E0508
Complementary color
Monochromatic Colors of #1E0508
Black with #1E0508
Text Example
Text Example
White with #1E0508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0508; }
p { color: rgb(30,5,8); }
H1.HeaderClassName
{
color: #1E0508;
}
.AnyTagClassName
{
color: #1E0508;
}
</style>
background-color css
<style>
a { background-color: #1E0508; }
a { background-color: rgb(30,5,8); }
div.DivClassName
{
background-color: #1E0508;
}
.BgClassName
{
background-color: #1E0508;
}
</style>
border-color css
<style>
span { border-color: #1E0508; }
span { border-color: rgb(30,5,8); }
td.TdClassName
{
border-color: #1E0508;
}
.TagClassName
{
border-color: #1E0508;
}
</style>