Shades of Rustic Red #3E0A0E
Tints of Rustic Red #3E0A0E
RGB
CMYK
RGB Variations
Color information
#3E0A0E (or 0x3E0A0E) is known color: Rustic Red. HEX triplet: 3E, 0A and 0E. RGB value is (62,10,14). Sum of RGB (Red+Green+Blue) = 62+10+14=86 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.09% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0A0E is #C1F5F1. Grayscale: #1A1A1A. Windows color (decimal): -12711410 or 920126. OLE color: 920126.
HSL color Cylindrical-coordinate representation of color #3E0A0E: hue angle of 355.38º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A0E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 14 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.76 |
| HSL | 355.38º | 0.72% | 0.14% | - |
| HSV(B) | 355.38º | 0.84% | 0.24% | - |
| XYZ | 2.17 | 1.27 | 0.55 | - |
| YUV | 26 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 14 | 0 | 0.84 | 0.77 | 0.76 | 355.38 | 0.72 | 0.14 |
| Hex | 3E | A | E | 0 | 54 | 4D | 4C | 163 | 48 | E |
| Octal | 76 | 12 | 16 | 0 | 124 | 115 | 114 | 543 | 110 | 16 |
| Binary | 111110 | 1010 | 1110 | 0 | 1010100 | 1001101 | 1001100 | 101100011 | 1001000 | 1110 |
Color Harmonies of #3E0A0E
Complementary color
Monochromatic Colors of #3E0A0E
Black with #3E0A0E
Text Example
Text Example
White with #3E0A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A0E; }
p { color: rgb(62,10,14); }
H1.HeaderClassName
{
color: #3E0A0E;
}
.AnyTagClassName
{
color: #3E0A0E;
}
</style>
background-color css
<style>
a { background-color: #3E0A0E; }
a { background-color: rgb(62,10,14); }
div.DivClassName
{
background-color: #3E0A0E;
}
.BgClassName
{
background-color: #3E0A0E;
}
</style>
border-color css
<style>
span { border-color: #3E0A0E; }
span { border-color: rgb(62,10,14); }
td.TdClassName
{
border-color: #3E0A0E;
}
.TagClassName
{
border-color: #3E0A0E;
}
</style>