Shades of Rustic Red #3E1D1E
Tints of Rustic Red #3E1D1E
RGB
CMYK
RGB Variations
Color information
#3E1D1E (or 0x3E1D1E) is known color: Rustic Red. HEX triplet: 3E, 1D and 1E. RGB value is (62,29,30). Sum of RGB (Red+Green+Blue) = 62+29+30=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D1E is #C1E2E1. Grayscale: #272727. Windows color (decimal): -12706530 or 1973566. OLE color: 1973566.
HSL color Cylindrical-coordinate representation of color #3E1D1E: hue angle of 358.18º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E1D1E is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 29 | 30 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.76 |
| HSL | 358.18º | 0.36% | 0.18% | - |
| HSV(B) | 358.18º | 0.53% | 0.24% | - |
| XYZ | 2.66 | 2 | 1.47 | - |
| YUV | 38.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 30 | 0 | 0.53 | 0.52 | 0.76 | 358.18 | 0.36 | 0.18 |
| Hex | 3E | 1D | 1E | 0 | 35 | 34 | 4C | 166 | 24 | 12 |
| Octal | 76 | 35 | 36 | 0 | 65 | 64 | 114 | 546 | 44 | 22 |
| Binary | 111110 | 11101 | 11110 | 0 | 110101 | 110100 | 1001100 | 101100110 | 100100 | 10010 |
Color Harmonies of #3E1D1E
Complementary color
Monochromatic Colors of #3E1D1E
Black with #3E1D1E
Text Example
Text Example
White with #3E1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1D1E; }
p { color: rgb(62,29,30); }
H1.HeaderClassName
{
color: #3E1D1E;
}
.AnyTagClassName
{
color: #3E1D1E;
}
</style>
background-color css
<style>
a { background-color: #3E1D1E; }
a { background-color: rgb(62,29,30); }
div.DivClassName
{
background-color: #3E1D1E;
}
.BgClassName
{
background-color: #3E1D1E;
}
</style>
border-color css
<style>
span { border-color: #3E1D1E; }
span { border-color: rgb(62,29,30); }
td.TdClassName
{
border-color: #3E1D1E;
}
.TagClassName
{
border-color: #3E1D1E;
}
</style>