Shades of Rustic Red #3E0A19
Tints of Rustic Red #3E0A19
RGB
CMYK
RGB Variations
Color information
#3E0A19 (or 0x3E0A19) is known color: Rustic Red. HEX triplet: 3E, 0A and 19. RGB value is (62,10,25). Sum of RGB (Red+Green+Blue) = 62+10+25=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0A19 is #C1F5E6. Grayscale: #1B1B1B. Windows color (decimal): -12711399 or 1641022. OLE color: 1641022.
HSL color Cylindrical-coordinate representation of color #3E0A19: hue angle of 342.69º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A19 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 25 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.76 |
| HSL | 342.69º | 0.72% | 0.14% | - |
| HSV(B) | 342.69º | 0.84% | 0.24% | - |
| XYZ | 2.27 | 1.31 | 1.05 | - |
| YUV | 27.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 25 | 0 | 0.84 | 0.60 | 0.76 | 342.69 | 0.72 | 0.14 |
| Hex | 3E | A | 19 | 0 | 54 | 3C | 4C | 157 | 48 | E |
| Octal | 76 | 12 | 31 | 0 | 124 | 74 | 114 | 527 | 110 | 16 |
| Binary | 111110 | 1010 | 11001 | 0 | 1010100 | 111100 | 1001100 | 101010111 | 1001000 | 1110 |
Color Harmonies of #3E0A19
Complementary color
Monochromatic Colors of #3E0A19
Black with #3E0A19
Text Example
Text Example
White with #3E0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A19; }
p { color: rgb(62,10,25); }
H1.HeaderClassName
{
color: #3E0A19;
}
.AnyTagClassName
{
color: #3E0A19;
}
</style>
background-color css
<style>
a { background-color: #3E0A19; }
a { background-color: rgb(62,10,25); }
div.DivClassName
{
background-color: #3E0A19;
}
.BgClassName
{
background-color: #3E0A19;
}
</style>
border-color css
<style>
span { border-color: #3E0A19; }
span { border-color: rgb(62,10,25); }
td.TdClassName
{
border-color: #3E0A19;
}
.TagClassName
{
border-color: #3E0A19;
}
</style>