Shades of Rustic Red #3E1619
Tints of Rustic Red #3E1619
RGB
CMYK
RGB Variations
Color information
#3E1619 (or 0x3E1619) is known color: Rustic Red. HEX triplet: 3E, 16 and 19. RGB value is (62,22,25). Sum of RGB (Red+Green+Blue) = 62+22+25=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1619 is #C1E9E6. Grayscale: #222222. Windows color (decimal): -12708327 or 1644094. OLE color: 1644094.
HSL color Cylindrical-coordinate representation of color #3E1619: hue angle of 355.5º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1619 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 25 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.76 |
| HSL | 355.5º | 0.48% | 0.16% | - |
| HSV(B) | 355.5º | 0.65% | 0.24% | - |
| XYZ | 2.45 | 1.67 | 1.11 | - |
| YUV | 34.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 25 | 0 | 0.65 | 0.60 | 0.76 | 355.5 | 0.48 | 0.16 |
| Hex | 3E | 16 | 19 | 0 | 41 | 3C | 4C | 164 | 30 | 10 |
| Octal | 76 | 26 | 31 | 0 | 101 | 74 | 114 | 544 | 60 | 20 |
| Binary | 111110 | 10110 | 11001 | 0 | 1000001 | 111100 | 1001100 | 101100100 | 110000 | 10000 |
Color Harmonies of #3E1619
Complementary color
Monochromatic Colors of #3E1619
Black with #3E1619
Text Example
Text Example
White with #3E1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1619; }
p { color: rgb(62,22,25); }
H1.HeaderClassName
{
color: #3E1619;
}
.AnyTagClassName
{
color: #3E1619;
}
</style>
background-color css
<style>
a { background-color: #3E1619; }
a { background-color: rgb(62,22,25); }
div.DivClassName
{
background-color: #3E1619;
}
.BgClassName
{
background-color: #3E1619;
}
</style>
border-color css
<style>
span { border-color: #3E1619; }
span { border-color: rgb(62,22,25); }
td.TdClassName
{
border-color: #3E1619;
}
.TagClassName
{
border-color: #3E1619;
}
</style>