Shades of Rustic Red #3E080E
Tints of Rustic Red #3E080E
RGB
CMYK
RGB Variations
Color information
#3E080E (or 0x3E080E) is known color: Rustic Red. HEX triplet: 3E, 08 and 0E. RGB value is (62,8,14). Sum of RGB (Red+Green+Blue) = 62+8+14=84 (11% of max value = 765). Red value is 62 (24.61% from 255 or 73.81% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 62 - color contains mainly: red. Hex color #3E080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E080E is #C1F7F1. Grayscale: #181818. Windows color (decimal): -12711922 or 919614. OLE color: 919614.
HSL color Cylindrical-coordinate representation of color #3E080E: hue angle of 353.33º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E080E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 14 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.76 |
| HSL | 353.33º | 0.77% | 0.14% | - |
| HSV(B) | 353.33º | 0.87% | 0.24% | - |
| XYZ | 2.15 | 1.23 | 0.54 | - |
| YUV | 24.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 14 | 0 | 0.87 | 0.77 | 0.76 | 353.33 | 0.77 | 0.14 |
| Hex | 3E | 8 | E | 0 | 57 | 4D | 4C | 161 | 4D | E |
| Octal | 76 | 10 | 16 | 0 | 127 | 115 | 114 | 541 | 115 | 16 |
| Binary | 111110 | 1000 | 1110 | 0 | 1010111 | 1001101 | 1001100 | 101100001 | 1001101 | 1110 |
Color Harmonies of #3E080E
Complementary color
Monochromatic Colors of #3E080E
Black with #3E080E
Text Example
Text Example
White with #3E080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E080E; }
p { color: rgb(62,8,14); }
H1.HeaderClassName
{
color: #3E080E;
}
.AnyTagClassName
{
color: #3E080E;
}
</style>
background-color css
<style>
a { background-color: #3E080E; }
a { background-color: rgb(62,8,14); }
div.DivClassName
{
background-color: #3E080E;
}
.BgClassName
{
background-color: #3E080E;
}
</style>
border-color css
<style>
span { border-color: #3E080E; }
span { border-color: rgb(62,8,14); }
td.TdClassName
{
border-color: #3E080E;
}
.TagClassName
{
border-color: #3E080E;
}
</style>