Shades of Rustic Red #3E090E
Tints of Rustic Red #3E090E
RGB
CMYK
RGB Variations
Color information
#3E090E (or 0x3E090E) is known color: Rustic Red. HEX triplet: 3E, 09 and 0E. RGB value is (62,9,14). Sum of RGB (Red+Green+Blue) = 62+9+14=85 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.94% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 62 - color contains mainly: red. Hex color #3E090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E090E is #C1F6F1. Grayscale: #191919. Windows color (decimal): -12711666 or 919870. OLE color: 919870.
HSL color Cylindrical-coordinate representation of color #3E090E: hue angle of 354.34º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E090E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 14 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.76 |
| HSL | 354.34º | 0.75% | 0.14% | - |
| HSV(B) | 354.34º | 0.85% | 0.24% | - |
| XYZ | 2.16 | 1.25 | 0.54 | - |
| YUV | 25.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 14 | 0 | 0.85 | 0.77 | 0.76 | 354.34 | 0.75 | 0.14 |
| Hex | 3E | 9 | E | 0 | 55 | 4D | 4C | 162 | 4B | E |
| Octal | 76 | 11 | 16 | 0 | 125 | 115 | 114 | 542 | 113 | 16 |
| Binary | 111110 | 1001 | 1110 | 0 | 1010101 | 1001101 | 1001100 | 101100010 | 1001011 | 1110 |
Color Harmonies of #3E090E
Complementary color
Monochromatic Colors of #3E090E
Black with #3E090E
Text Example
Text Example
White with #3E090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E090E; }
p { color: rgb(62,9,14); }
H1.HeaderClassName
{
color: #3E090E;
}
.AnyTagClassName
{
color: #3E090E;
}
</style>
background-color css
<style>
a { background-color: #3E090E; }
a { background-color: rgb(62,9,14); }
div.DivClassName
{
background-color: #3E090E;
}
.BgClassName
{
background-color: #3E090E;
}
</style>
border-color css
<style>
span { border-color: #3E090E; }
span { border-color: rgb(62,9,14); }
td.TdClassName
{
border-color: #3E090E;
}
.TagClassName
{
border-color: #3E090E;
}
</style>