Shades of Rustic Red #3E191A
Tints of Rustic Red #3E191A
RGB
CMYK
RGB Variations
Color information
#3E191A (or 0x3E191A) is known color: Rustic Red. HEX triplet: 3E, 19 and 1A. RGB value is (62,25,26). Sum of RGB (Red+Green+Blue) = 62+25+26=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E191A is #C1E6E5. Grayscale: #242424. Windows color (decimal): -12707558 or 1710398. OLE color: 1710398.
HSL color Cylindrical-coordinate representation of color #3E191A: hue angle of 358.38º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E191A is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 26 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.76 |
| HSL | 358.38º | 0.43% | 0.17% | - |
| HSV(B) | 358.38º | 0.6% | 0.24% | - |
| XYZ | 2.52 | 1.79 | 1.19 | - |
| YUV | 36.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 26 | 0 | 0.60 | 0.58 | 0.76 | 358.38 | 0.43 | 0.17 |
| Hex | 3E | 19 | 1A | 0 | 3C | 3A | 4C | 166 | 2B | 11 |
| Octal | 76 | 31 | 32 | 0 | 74 | 72 | 114 | 546 | 53 | 21 |
| Binary | 111110 | 11001 | 11010 | 0 | 111100 | 111010 | 1001100 | 101100110 | 101011 | 10001 |
Color Harmonies of #3E191A
Complementary color
Monochromatic Colors of #3E191A
Black with #3E191A
Text Example
Text Example
White with #3E191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E191A; }
p { color: rgb(62,25,26); }
H1.HeaderClassName
{
color: #3E191A;
}
.AnyTagClassName
{
color: #3E191A;
}
</style>
background-color css
<style>
a { background-color: #3E191A; }
a { background-color: rgb(62,25,26); }
div.DivClassName
{
background-color: #3E191A;
}
.BgClassName
{
background-color: #3E191A;
}
</style>
border-color css
<style>
span { border-color: #3E191A; }
span { border-color: rgb(62,25,26); }
td.TdClassName
{
border-color: #3E191A;
}
.TagClassName
{
border-color: #3E191A;
}
</style>