Shades of Rustic Red #3E1B1C
Tints of Rustic Red #3E1B1C
RGB
CMYK
RGB Variations
Color information
#3E1B1C (or 0x3E1B1C) is known color: Rustic Red. HEX triplet: 3E, 1B and 1C. RGB value is (62,27,28). Sum of RGB (Red+Green+Blue) = 62+27+28=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B1C is #C1E4E3. Grayscale: #252525. Windows color (decimal): -12707044 or 1841982. OLE color: 1841982.
HSL color Cylindrical-coordinate representation of color #3E1B1C: hue angle of 358.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E1B1C is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 28 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.76 |
| HSL | 358.29º | 0.39% | 0.17% | - |
| HSV(B) | 358.29º | 0.56% | 0.24% | - |
| XYZ | 2.59 | 1.89 | 1.33 | - |
| YUV | 37.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 28 | 0 | 0.56 | 0.55 | 0.76 | 358.29 | 0.39 | 0.17 |
| Hex | 3E | 1B | 1C | 0 | 38 | 37 | 4C | 166 | 27 | 11 |
| Octal | 76 | 33 | 34 | 0 | 70 | 67 | 114 | 546 | 47 | 21 |
| Binary | 111110 | 11011 | 11100 | 0 | 111000 | 110111 | 1001100 | 101100110 | 100111 | 10001 |
Color Harmonies of #3E1B1C
Complementary color
Monochromatic Colors of #3E1B1C
Black with #3E1B1C
Text Example
Text Example
White with #3E1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B1C; }
p { color: rgb(62,27,28); }
H1.HeaderClassName
{
color: #3E1B1C;
}
.AnyTagClassName
{
color: #3E1B1C;
}
</style>
background-color css
<style>
a { background-color: #3E1B1C; }
a { background-color: rgb(62,27,28); }
div.DivClassName
{
background-color: #3E1B1C;
}
.BgClassName
{
background-color: #3E1B1C;
}
</style>
border-color css
<style>
span { border-color: #3E1B1C; }
span { border-color: rgb(62,27,28); }
td.TdClassName
{
border-color: #3E1B1C;
}
.TagClassName
{
border-color: #3E1B1C;
}
</style>