Shades of Rustic Red #3E1C1E
Tints of Rustic Red #3E1C1E
RGB
CMYK
RGB Variations
Color information
#3E1C1E (or 0x3E1C1E) is known color: Rustic Red. HEX triplet: 3E, 1C and 1E. RGB value is (62,28,30). Sum of RGB (Red+Green+Blue) = 62+28+30=120 (15% of max value = 765). Red value is 62 (24.61% from 255 or 51.67% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1C1E is #C1E3E1. Grayscale: #262626. Windows color (decimal): -12706786 or 1973310. OLE color: 1973310.
HSL color Cylindrical-coordinate representation of color #3E1C1E: hue angle of 356.47º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E1C1E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 28 | 30 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.76 |
| HSL | 356.47º | 0.38% | 0.18% | - |
| HSV(B) | 356.47º | 0.55% | 0.24% | - |
| XYZ | 2.64 | 1.95 | 1.47 | - |
| YUV | 38.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 30 | 0 | 0.55 | 0.52 | 0.76 | 356.47 | 0.38 | 0.18 |
| Hex | 3E | 1C | 1E | 0 | 37 | 34 | 4C | 164 | 26 | 12 |
| Octal | 76 | 34 | 36 | 0 | 67 | 64 | 114 | 544 | 46 | 22 |
| Binary | 111110 | 11100 | 11110 | 0 | 110111 | 110100 | 1001100 | 101100100 | 100110 | 10010 |
Color Harmonies of #3E1C1E
Complementary color
Monochromatic Colors of #3E1C1E
Black with #3E1C1E
Text Example
Text Example
White with #3E1C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C1E; }
p { color: rgb(62,28,30); }
H1.HeaderClassName
{
color: #3E1C1E;
}
.AnyTagClassName
{
color: #3E1C1E;
}
</style>
background-color css
<style>
a { background-color: #3E1C1E; }
a { background-color: rgb(62,28,30); }
div.DivClassName
{
background-color: #3E1C1E;
}
.BgClassName
{
background-color: #3E1C1E;
}
</style>
border-color css
<style>
span { border-color: #3E1C1E; }
span { border-color: rgb(62,28,30); }
td.TdClassName
{
border-color: #3E1C1E;
}
.TagClassName
{
border-color: #3E1C1E;
}
</style>