Shades of Rustic Red #3E070E
Tints of Rustic Red #3E070E
RGB
CMYK
RGB Variations
Color information
#3E070E (or 0x3E070E) is known color: Rustic Red. HEX triplet: 3E, 07 and 0E. RGB value is (62,7,14). Sum of RGB (Red+Green+Blue) = 62+7+14=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E070E is #C1F8F1. Grayscale: #181818. Windows color (decimal): -12712178 or 919358. OLE color: 919358.
HSL color Cylindrical-coordinate representation of color #3E070E: hue angle of 352.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E070E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 7 | 14 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.76 |
| HSL | 352.36º | 0.8% | 0.14% | - |
| HSV(B) | 352.36º | 0.89% | 0.24% | - |
| XYZ | 2.14 | 1.21 | 0.54 | - |
| YUV | 24.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 14 | 0 | 0.89 | 0.77 | 0.76 | 352.36 | 0.8 | 0.14 |
| Hex | 3E | 7 | E | 0 | 59 | 4D | 4C | 160 | 50 | E |
| Octal | 76 | 7 | 16 | 0 | 131 | 115 | 114 | 540 | 120 | 16 |
| Binary | 111110 | 111 | 1110 | 0 | 1011001 | 1001101 | 1001100 | 101100000 | 1010000 | 1110 |
Color Harmonies of #3E070E
Complementary color
Monochromatic Colors of #3E070E
Black with #3E070E
Text Example
Text Example
White with #3E070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E070E; }
p { color: rgb(62,7,14); }
H1.HeaderClassName
{
color: #3E070E;
}
.AnyTagClassName
{
color: #3E070E;
}
</style>
background-color css
<style>
a { background-color: #3E070E; }
a { background-color: rgb(62,7,14); }
div.DivClassName
{
background-color: #3E070E;
}
.BgClassName
{
background-color: #3E070E;
}
</style>
border-color css
<style>
span { border-color: #3E070E; }
span { border-color: rgb(62,7,14); }
td.TdClassName
{
border-color: #3E070E;
}
.TagClassName
{
border-color: #3E070E;
}
</style>