Shades of Rustic Red #3E060E
Tints of Rustic Red #3E060E
RGB
CMYK
RGB Variations
Color information
#3E060E (or 0x3E060E) is known color: Rustic Red. HEX triplet: 3E, 06 and 0E. RGB value is (62,6,14). Sum of RGB (Red+Green+Blue) = 62+6+14=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E060E is #C1F9F1. Grayscale: #171717. Windows color (decimal): -12712434 or 919102. OLE color: 919102.
HSL color Cylindrical-coordinate representation of color #3E060E: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E060E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 14 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.76 |
| HSL | 351.43º | 0.82% | 0.13% | - |
| HSV(B) | 351.43º | 0.9% | 0.24% | - |
| XYZ | 2.13 | 1.19 | 0.53 | - |
| YUV | 23.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 14 | 0 | 0.90 | 0.77 | 0.76 | 351.43 | 0.82 | 0.13 |
| Hex | 3E | 6 | E | 0 | 5A | 4D | 4C | 15F | 52 | D |
| Octal | 76 | 6 | 16 | 0 | 132 | 115 | 114 | 537 | 122 | 15 |
| Binary | 111110 | 110 | 1110 | 0 | 1011010 | 1001101 | 1001100 | 101011111 | 1010010 | 1101 |
Color Harmonies of #3E060E
Complementary color
Monochromatic Colors of #3E060E
Black with #3E060E
Text Example
Text Example
White with #3E060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E060E; }
p { color: rgb(62,6,14); }
H1.HeaderClassName
{
color: #3E060E;
}
.AnyTagClassName
{
color: #3E060E;
}
</style>
background-color css
<style>
a { background-color: #3E060E; }
a { background-color: rgb(62,6,14); }
div.DivClassName
{
background-color: #3E060E;
}
.BgClassName
{
background-color: #3E060E;
}
</style>
border-color css
<style>
span { border-color: #3E060E; }
span { border-color: rgb(62,6,14); }
td.TdClassName
{
border-color: #3E060E;
}
.TagClassName
{
border-color: #3E060E;
}
</style>