Shades of Rustic Red #1E0810
Tints of Rustic Red #1E0810
RGB
CMYK
RGB Variations
Color information
#1E0810 (or 0x1E0810) is known color: Rustic Red. HEX triplet: 1E, 08 and 10. RGB value is (30,8,16). Sum of RGB (Red+Green+Blue) = 30+8+16=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0810 is #E1F7EF. Grayscale: #0F0F0F. Windows color (decimal): -14809072 or 1050654. OLE color: 1050654.
HSL color Cylindrical-coordinate representation of color #1E0810: hue angle of 338.18º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0810 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 16 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.88 |
| HSL | 338.18º | 0.58% | 0.07% | - |
| HSV(B) | 338.18º | 0.73% | 0.12% | - |
| XYZ | 0.72 | 0.49 | 0.55 | - |
| YUV | 15.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 16 | 0 | 0.73 | 0.47 | 0.88 | 338.18 | 0.58 | 0.07 |
| Hex | 1E | 8 | 10 | 0 | 49 | 2F | 58 | 152 | 3A | 7 |
| Octal | 36 | 10 | 20 | 0 | 111 | 57 | 130 | 522 | 72 | 7 |
| Binary | 11110 | 1000 | 10000 | 0 | 1001001 | 101111 | 1011000 | 101010010 | 111010 | 111 |
Color Harmonies of #1E0810
Complementary color
Monochromatic Colors of #1E0810
Black with #1E0810
Text Example
Text Example
White with #1E0810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0810; }
p { color: rgb(30,8,16); }
H1.HeaderClassName
{
color: #1E0810;
}
.AnyTagClassName
{
color: #1E0810;
}
</style>
background-color css
<style>
a { background-color: #1E0810; }
a { background-color: rgb(30,8,16); }
div.DivClassName
{
background-color: #1E0810;
}
.BgClassName
{
background-color: #1E0810;
}
</style>
border-color css
<style>
span { border-color: #1E0810; }
span { border-color: rgb(30,8,16); }
td.TdClassName
{
border-color: #1E0810;
}
.TagClassName
{
border-color: #1E0810;
}
</style>