Shades of Rustic Red #3E1819
Tints of Rustic Red #3E1819
RGB
CMYK
RGB Variations
Color information
#3E1819 (or 0x3E1819) is known color: Rustic Red. HEX triplet: 3E, 18 and 19. RGB value is (62,24,25). Sum of RGB (Red+Green+Blue) = 62+24+25=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1819 is #C1E7E6. Grayscale: #232323. Windows color (decimal): -12707815 or 1644606. OLE color: 1644606.
HSL color Cylindrical-coordinate representation of color #3E1819: hue angle of 358.42º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E1819 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 25 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.76 |
| HSL | 358.42º | 0.44% | 0.17% | - |
| HSV(B) | 358.42º | 0.61% | 0.24% | - |
| XYZ | 2.49 | 1.75 | 1.13 | - |
| YUV | 35.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 25 | 0 | 0.61 | 0.60 | 0.76 | 358.42 | 0.44 | 0.17 |
| Hex | 3E | 18 | 19 | 0 | 3D | 3C | 4C | 166 | 2C | 11 |
| Octal | 76 | 30 | 31 | 0 | 75 | 74 | 114 | 546 | 54 | 21 |
| Binary | 111110 | 11000 | 11001 | 0 | 111101 | 111100 | 1001100 | 101100110 | 101100 | 10001 |
Color Harmonies of #3E1819
Complementary color
Monochromatic Colors of #3E1819
Black with #3E1819
Text Example
Text Example
White with #3E1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1819; }
p { color: rgb(62,24,25); }
H1.HeaderClassName
{
color: #3E1819;
}
.AnyTagClassName
{
color: #3E1819;
}
</style>
background-color css
<style>
a { background-color: #3E1819; }
a { background-color: rgb(62,24,25); }
div.DivClassName
{
background-color: #3E1819;
}
.BgClassName
{
background-color: #3E1819;
}
</style>
border-color css
<style>
span { border-color: #3E1819; }
span { border-color: rgb(62,24,25); }
td.TdClassName
{
border-color: #3E1819;
}
.TagClassName
{
border-color: #3E1819;
}
</style>