Shades of Rustic Red #1E0F10
Tints of Rustic Red #1E0F10
RGB
CMYK
RGB Variations
Color information
#1E0F10 (or 0x1E0F10) is known color: Rustic Red. HEX triplet: 1E, 0F and 10. RGB value is (30,15,16). Sum of RGB (Red+Green+Blue) = 30+15+16=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F10 is #E1F0EF. Grayscale: #131313. Windows color (decimal): -14807280 or 1052446. OLE color: 1052446.
HSL color Cylindrical-coordinate representation of color #1E0F10: hue angle of 356º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E0F10 is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 15 | 16 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.88 |
| HSL | 356º | 0.33% | 0.09% | - |
| HSV(B) | 356º | 0.5% | 0.12% | - |
| XYZ | 0.8 | 0.66 | 0.57 | - |
| YUV | 19.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 16 | 0 | 0.5 | 0.47 | 0.88 | 356 | 0.33 | 0.09 |
| Hex | 1E | F | 10 | 0 | 32 | 2F | 58 | 164 | 21 | 9 |
| Octal | 36 | 17 | 20 | 0 | 62 | 57 | 130 | 544 | 41 | 11 |
| Binary | 11110 | 1111 | 10000 | 0 | 110010 | 101111 | 1011000 | 101100100 | 100001 | 1001 |
Color Harmonies of #1E0F10
Complementary color
Monochromatic Colors of #1E0F10
Black with #1E0F10
Text Example
Text Example
White with #1E0F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F10; }
p { color: rgb(30,15,16); }
H1.HeaderClassName
{
color: #1E0F10;
}
.AnyTagClassName
{
color: #1E0F10;
}
</style>
background-color css
<style>
a { background-color: #1E0F10; }
a { background-color: rgb(30,15,16); }
div.DivClassName
{
background-color: #1E0F10;
}
.BgClassName
{
background-color: #1E0F10;
}
</style>
border-color css
<style>
span { border-color: #1E0F10; }
span { border-color: rgb(30,15,16); }
td.TdClassName
{
border-color: #1E0F10;
}
.TagClassName
{
border-color: #1E0F10;
}
</style>