Shades of Rustic Red #3E1119
Tints of Rustic Red #3E1119
RGB
CMYK
RGB Variations
Color information
#3E1119 (or 0x3E1119) is known color: Rustic Red. HEX triplet: 3E, 11 and 19. RGB value is (62,17,25). Sum of RGB (Red+Green+Blue) = 62+17+25=104 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.62% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1119 is #C1EEE6. Grayscale: #1F1F1F. Windows color (decimal): -12709607 or 1642814. OLE color: 1642814.
HSL color Cylindrical-coordinate representation of color #3E1119: hue angle of 349.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1119 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 25 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.76 |
| HSL | 349.33º | 0.57% | 0.15% | - |
| HSV(B) | 349.33º | 0.73% | 0.24% | - |
| XYZ | 2.36 | 1.5 | 1.08 | - |
| YUV | 31.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 25 | 0 | 0.73 | 0.60 | 0.76 | 349.33 | 0.57 | 0.15 |
| Hex | 3E | 11 | 19 | 0 | 49 | 3C | 4C | 15D | 39 | F |
| Octal | 76 | 21 | 31 | 0 | 111 | 74 | 114 | 535 | 71 | 17 |
| Binary | 111110 | 10001 | 11001 | 0 | 1001001 | 111100 | 1001100 | 101011101 | 111001 | 1111 |
Color Harmonies of #3E1119
Complementary color
Monochromatic Colors of #3E1119
Black with #3E1119
Text Example
Text Example
White with #3E1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1119; }
p { color: rgb(62,17,25); }
H1.HeaderClassName
{
color: #3E1119;
}
.AnyTagClassName
{
color: #3E1119;
}
</style>
background-color css
<style>
a { background-color: #3E1119; }
a { background-color: rgb(62,17,25); }
div.DivClassName
{
background-color: #3E1119;
}
.BgClassName
{
background-color: #3E1119;
}
</style>
border-color css
<style>
span { border-color: #3E1119; }
span { border-color: rgb(62,17,25); }
td.TdClassName
{
border-color: #3E1119;
}
.TagClassName
{
border-color: #3E1119;
}
</style>