Shades of Rustic Red #1E0D10
Tints of Rustic Red #1E0D10
RGB
CMYK
RGB Variations
Color information
#1E0D10 (or 0x1E0D10) is known color: Rustic Red. HEX triplet: 1E, 0D and 10. RGB value is (30,13,16). Sum of RGB (Red+Green+Blue) = 30+13+16=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D10 is #E1F2EF. Grayscale: #121212. Windows color (decimal): -14807792 or 1051934. OLE color: 1051934.
HSL color Cylindrical-coordinate representation of color #1E0D10: hue angle of 349.41º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E0D10 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 13 | 16 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.88 |
| HSL | 349.41º | 0.4% | 0.08% | - |
| HSV(B) | 349.41º | 0.57% | 0.12% | - |
| XYZ | 0.77 | 0.6 | 0.57 | - |
| YUV | 18.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 16 | 0 | 0.57 | 0.47 | 0.88 | 349.41 | 0.4 | 0.08 |
| Hex | 1E | D | 10 | 0 | 39 | 2F | 58 | 15D | 28 | 8 |
| Octal | 36 | 15 | 20 | 0 | 71 | 57 | 130 | 535 | 50 | 10 |
| Binary | 11110 | 1101 | 10000 | 0 | 111001 | 101111 | 1011000 | 101011101 | 101000 | 1000 |
Color Harmonies of #1E0D10
Complementary color
Monochromatic Colors of #1E0D10
Black with #1E0D10
Text Example
Text Example
White with #1E0D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0D10; }
p { color: rgb(30,13,16); }
H1.HeaderClassName
{
color: #1E0D10;
}
.AnyTagClassName
{
color: #1E0D10;
}
</style>
background-color css
<style>
a { background-color: #1E0D10; }
a { background-color: rgb(30,13,16); }
div.DivClassName
{
background-color: #1E0D10;
}
.BgClassName
{
background-color: #1E0D10;
}
</style>
border-color css
<style>
span { border-color: #1E0D10; }
span { border-color: rgb(30,13,16); }
td.TdClassName
{
border-color: #1E0D10;
}
.TagClassName
{
border-color: #1E0D10;
}
</style>