Shades of Rustic Red #3E0819
Tints of Rustic Red #3E0819
RGB
CMYK
RGB Variations
Color information
#3E0819 (or 0x3E0819) is known color: Rustic Red. HEX triplet: 3E, 08 and 19. RGB value is (62,8,25). Sum of RGB (Red+Green+Blue) = 62+8+25=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0819 is #C1F7E6. Grayscale: #1A1A1A. Windows color (decimal): -12711911 or 1640510. OLE color: 1640510.
HSL color Cylindrical-coordinate representation of color #3E0819: hue angle of 341.11º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E0819 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 25 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.76 |
| HSL | 341.11º | 0.77% | 0.14% | - |
| HSV(B) | 341.11º | 0.87% | 0.24% | - |
| XYZ | 2.25 | 1.27 | 1.05 | - |
| YUV | 26.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 25 | 0 | 0.87 | 0.60 | 0.76 | 341.11 | 0.77 | 0.14 |
| Hex | 3E | 8 | 19 | 0 | 57 | 3C | 4C | 155 | 4D | E |
| Octal | 76 | 10 | 31 | 0 | 127 | 74 | 114 | 525 | 115 | 16 |
| Binary | 111110 | 1000 | 11001 | 0 | 1010111 | 111100 | 1001100 | 101010101 | 1001101 | 1110 |
Color Harmonies of #3E0819
Complementary color
Monochromatic Colors of #3E0819
Black with #3E0819
Text Example
Text Example
White with #3E0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0819; }
p { color: rgb(62,8,25); }
H1.HeaderClassName
{
color: #3E0819;
}
.AnyTagClassName
{
color: #3E0819;
}
</style>
background-color css
<style>
a { background-color: #3E0819; }
a { background-color: rgb(62,8,25); }
div.DivClassName
{
background-color: #3E0819;
}
.BgClassName
{
background-color: #3E0819;
}
</style>
border-color css
<style>
span { border-color: #3E0819; }
span { border-color: rgb(62,8,25); }
td.TdClassName
{
border-color: #3E0819;
}
.TagClassName
{
border-color: #3E0819;
}
</style>