Shades of Rustic Red #3E1A1C
Tints of Rustic Red #3E1A1C
RGB
CMYK
RGB Variations
Color information
#3E1A1C (or 0x3E1A1C) is known color: Rustic Red. HEX triplet: 3E, 1A and 1C. RGB value is (62,26,28). Sum of RGB (Red+Green+Blue) = 62+26+28=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A1C is #C1E5E3. Grayscale: #252525. Windows color (decimal): -12707300 or 1841726. OLE color: 1841726.
HSL color Cylindrical-coordinate representation of color #3E1A1C: hue angle of 356.67º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E1A1C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 26 | 28 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.76 |
| HSL | 356.67º | 0.41% | 0.17% | - |
| HSV(B) | 356.67º | 0.58% | 0.24% | - |
| XYZ | 2.57 | 1.85 | 1.32 | - |
| YUV | 36.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 28 | 0 | 0.58 | 0.55 | 0.76 | 356.67 | 0.41 | 0.17 |
| Hex | 3E | 1A | 1C | 0 | 3A | 37 | 4C | 165 | 29 | 11 |
| Octal | 76 | 32 | 34 | 0 | 72 | 67 | 114 | 545 | 51 | 21 |
| Binary | 111110 | 11010 | 11100 | 0 | 111010 | 110111 | 1001100 | 101100101 | 101001 | 10001 |
Color Harmonies of #3E1A1C
Complementary color
Monochromatic Colors of #3E1A1C
Black with #3E1A1C
Text Example
Text Example
White with #3E1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A1C; }
p { color: rgb(62,26,28); }
H1.HeaderClassName
{
color: #3E1A1C;
}
.AnyTagClassName
{
color: #3E1A1C;
}
</style>
background-color css
<style>
a { background-color: #3E1A1C; }
a { background-color: rgb(62,26,28); }
div.DivClassName
{
background-color: #3E1A1C;
}
.BgClassName
{
background-color: #3E1A1C;
}
</style>
border-color css
<style>
span { border-color: #3E1A1C; }
span { border-color: rgb(62,26,28); }
td.TdClassName
{
border-color: #3E1A1C;
}
.TagClassName
{
border-color: #3E1A1C;
}
</style>