Shades of Rustic Red #3E1214
Tints of Rustic Red #3E1214
RGB
CMYK
RGB Variations
Color information
#3E1214 (or 0x3E1214) is known color: Rustic Red. HEX triplet: 3E, 12 and 14. RGB value is (62,18,20). Sum of RGB (Red+Green+Blue) = 62+18+20=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1214 is #C1EDEB. Grayscale: #1F1F1F. Windows color (decimal): -12709356 or 1315390. OLE color: 1315390.
HSL color Cylindrical-coordinate representation of color #3E1214: hue angle of 357.27º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1214 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 20 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.76 |
| HSL | 357.27º | 0.55% | 0.16% | - |
| HSV(B) | 357.27º | 0.71% | 0.24% | - |
| XYZ | 2.33 | 1.51 | 0.83 | - |
| YUV | 31.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 20 | 0 | 0.71 | 0.68 | 0.76 | 357.27 | 0.55 | 0.16 |
| Hex | 3E | 12 | 14 | 0 | 47 | 44 | 4C | 165 | 37 | 10 |
| Octal | 76 | 22 | 24 | 0 | 107 | 104 | 114 | 545 | 67 | 20 |
| Binary | 111110 | 10010 | 10100 | 0 | 1000111 | 1000100 | 1001100 | 101100101 | 110111 | 10000 |
Color Harmonies of #3E1214
Complementary color
Monochromatic Colors of #3E1214
Black with #3E1214
Text Example
Text Example
White with #3E1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1214; }
p { color: rgb(62,18,20); }
H1.HeaderClassName
{
color: #3E1214;
}
.AnyTagClassName
{
color: #3E1214;
}
</style>
background-color css
<style>
a { background-color: #3E1214; }
a { background-color: rgb(62,18,20); }
div.DivClassName
{
background-color: #3E1214;
}
.BgClassName
{
background-color: #3E1214;
}
</style>
border-color css
<style>
span { border-color: #3E1214; }
span { border-color: rgb(62,18,20); }
td.TdClassName
{
border-color: #3E1214;
}
.TagClassName
{
border-color: #3E1214;
}
</style>