Shades of Rustic Red #3E070D
Tints of Rustic Red #3E070D
RGB
CMYK
RGB Variations
Color information
#3E070D (or 0x3E070D) is known color: Rustic Red. HEX triplet: 3E, 07 and 0D. RGB value is (62,7,13). Sum of RGB (Red+Green+Blue) = 62+7+13=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E070D is #C1F8F2. Grayscale: #181818. Windows color (decimal): -12712179 or 853822. OLE color: 853822.
HSL color Cylindrical-coordinate representation of color #3E070D: hue angle of 353.45º 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 #3E070D is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 7 | 13 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.76 |
| HSL | 353.45º | 0.8% | 0.14% | - |
| HSV(B) | 353.45º | 0.89% | 0.24% | - |
| XYZ | 2.14 | 1.21 | 0.5 | - |
| YUV | 24.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 13 | 0 | 0.89 | 0.79 | 0.76 | 353.45 | 0.8 | 0.14 |
| Hex | 3E | 7 | D | 0 | 59 | 4F | 4C | 161 | 50 | E |
| Octal | 76 | 7 | 15 | 0 | 131 | 117 | 114 | 541 | 120 | 16 |
| Binary | 111110 | 111 | 1101 | 0 | 1011001 | 1001111 | 1001100 | 101100001 | 1010000 | 1110 |
Color Harmonies of #3E070D
Complementary color
Monochromatic Colors of #3E070D
Black with #3E070D
Text Example
Text Example
White with #3E070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E070D; }
p { color: rgb(62,7,13); }
H1.HeaderClassName
{
color: #3E070D;
}
.AnyTagClassName
{
color: #3E070D;
}
</style>
background-color css
<style>
a { background-color: #3E070D; }
a { background-color: rgb(62,7,13); }
div.DivClassName
{
background-color: #3E070D;
}
.BgClassName
{
background-color: #3E070D;
}
</style>
border-color css
<style>
span { border-color: #3E070D; }
span { border-color: rgb(62,7,13); }
td.TdClassName
{
border-color: #3E070D;
}
.TagClassName
{
border-color: #3E070D;
}
</style>