Shades of Rustic Red #1E030A
Tints of Rustic Red #1E030A
RGB
CMYK
RGB Variations
Color information
#1E030A (or 0x1E030A) is known color: Rustic Red. HEX triplet: 1E, 03 and 0A. RGB value is (30,3,10). Sum of RGB (Red+Green+Blue) = 30+3+10=43 (5% of max value = 765). Red value is 30 (12.11% from 255 or 69.77% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030A is #E1FCF5. Grayscale: #0B0B0B. Windows color (decimal): -14810358 or 656158. OLE color: 656158.
HSL color Cylindrical-coordinate representation of color #1E030A: hue angle of 344.44º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E030A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 10 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.88 |
| HSL | 344.44º | 0.82% | 0.06% | - |
| HSV(B) | 344.44º | 0.9% | 0.12% | - |
| XYZ | 0.62 | 0.36 | 0.32 | - |
| YUV | 11.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 10 | 0 | 0.90 | 0.67 | 0.88 | 344.44 | 0.82 | 0.06 |
| Hex | 1E | 3 | A | 0 | 5A | 43 | 58 | 158 | 52 | 6 |
| Octal | 36 | 3 | 12 | 0 | 132 | 103 | 130 | 530 | 122 | 6 |
| Binary | 11110 | 11 | 1010 | 0 | 1011010 | 1000011 | 1011000 | 101011000 | 1010010 | 110 |
Color Harmonies of #1E030A
Complementary color
Monochromatic Colors of #1E030A
Black with #1E030A
Text Example
Text Example
White with #1E030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E030A; }
p { color: rgb(30,3,10); }
H1.HeaderClassName
{
color: #1E030A;
}
.AnyTagClassName
{
color: #1E030A;
}
</style>
background-color css
<style>
a { background-color: #1E030A; }
a { background-color: rgb(30,3,10); }
div.DivClassName
{
background-color: #1E030A;
}
.BgClassName
{
background-color: #1E030A;
}
</style>
border-color css
<style>
span { border-color: #1E030A; }
span { border-color: rgb(30,3,10); }
td.TdClassName
{
border-color: #1E030A;
}
.TagClassName
{
border-color: #1E030A;
}
</style>