Shades of Rustic Red #3E0919
Tints of Rustic Red #3E0919
RGB
CMYK
RGB Variations
Color information
#3E0919 (or 0x3E0919) is known color: Rustic Red. HEX triplet: 3E, 09 and 19. RGB value is (62,9,25). Sum of RGB (Red+Green+Blue) = 62+9+25=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0919 is #C1F6E6. Grayscale: #1A1A1A. Windows color (decimal): -12711655 or 1640766. OLE color: 1640766.
HSL color Cylindrical-coordinate representation of color #3E0919: hue angle of 341.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0919 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 25 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.76 |
| HSL | 341.89º | 0.75% | 0.14% | - |
| HSV(B) | 341.89º | 0.85% | 0.24% | - |
| XYZ | 2.26 | 1.29 | 1.05 | - |
| YUV | 26.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 25 | 0 | 0.85 | 0.60 | 0.76 | 341.89 | 0.75 | 0.14 |
| Hex | 3E | 9 | 19 | 0 | 55 | 3C | 4C | 156 | 4B | E |
| Octal | 76 | 11 | 31 | 0 | 125 | 74 | 114 | 526 | 113 | 16 |
| Binary | 111110 | 1001 | 11001 | 0 | 1010101 | 111100 | 1001100 | 101010110 | 1001011 | 1110 |
Color Harmonies of #3E0919
Complementary color
Monochromatic Colors of #3E0919
Black with #3E0919
Text Example
Text Example
White with #3E0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0919; }
p { color: rgb(62,9,25); }
H1.HeaderClassName
{
color: #3E0919;
}
.AnyTagClassName
{
color: #3E0919;
}
</style>
background-color css
<style>
a { background-color: #3E0919; }
a { background-color: rgb(62,9,25); }
div.DivClassName
{
background-color: #3E0919;
}
.BgClassName
{
background-color: #3E0919;
}
</style>
border-color css
<style>
span { border-color: #3E0919; }
span { border-color: rgb(62,9,25); }
td.TdClassName
{
border-color: #3E0919;
}
.TagClassName
{
border-color: #3E0919;
}
</style>