Shades of Rustic Red #3E191B
Tints of Rustic Red #3E191B
RGB
CMYK
RGB Variations
Color information
#3E191B (or 0x3E191B) is known color: Rustic Red. HEX triplet: 3E, 19 and 1B. RGB value is (62,25,27). Sum of RGB (Red+Green+Blue) = 62+25+27=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E191B is #C1E6E4. Grayscale: #242424. Windows color (decimal): -12707557 or 1775934. OLE color: 1775934.
HSL color Cylindrical-coordinate representation of color #3E191B: hue angle of 356.76º 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 #3E191B is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 27 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.76 |
| HSL | 356.76º | 0.43% | 0.17% | - |
| HSV(B) | 356.76º | 0.6% | 0.24% | - |
| XYZ | 2.53 | 1.8 | 1.25 | - |
| YUV | 36.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 27 | 0 | 0.60 | 0.56 | 0.76 | 356.76 | 0.43 | 0.17 |
| Hex | 3E | 19 | 1B | 0 | 3C | 38 | 4C | 165 | 2B | 11 |
| Octal | 76 | 31 | 33 | 0 | 74 | 70 | 114 | 545 | 53 | 21 |
| Binary | 111110 | 11001 | 11011 | 0 | 111100 | 111000 | 1001100 | 101100101 | 101011 | 10001 |
Color Harmonies of #3E191B
Complementary color
Monochromatic Colors of #3E191B
Black with #3E191B
Text Example
Text Example
White with #3E191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E191B; }
p { color: rgb(62,25,27); }
H1.HeaderClassName
{
color: #3E191B;
}
.AnyTagClassName
{
color: #3E191B;
}
</style>
background-color css
<style>
a { background-color: #3E191B; }
a { background-color: rgb(62,25,27); }
div.DivClassName
{
background-color: #3E191B;
}
.BgClassName
{
background-color: #3E191B;
}
</style>
border-color css
<style>
span { border-color: #3E191B; }
span { border-color: rgb(62,25,27); }
td.TdClassName
{
border-color: #3E191B;
}
.TagClassName
{
border-color: #3E191B;
}
</style>