Shades of Rustic Red #3E191C
Tints of Rustic Red #3E191C
RGB
CMYK
RGB Variations
Color information
#3E191C (or 0x3E191C) is known color: Rustic Red. HEX triplet: 3E, 19 and 1C. RGB value is (62,25,28). Sum of RGB (Red+Green+Blue) = 62+25+28=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E191C is #C1E6E3. Grayscale: #242424. Windows color (decimal): -12707556 or 1841470. OLE color: 1841470.
HSL color Cylindrical-coordinate representation of color #3E191C: hue angle of 355.14º 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 #3E191C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 28 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.76 |
| HSL | 355.14º | 0.43% | 0.17% | - |
| HSV(B) | 355.14º | 0.6% | 0.24% | - |
| XYZ | 2.54 | 1.8 | 1.31 | - |
| YUV | 36.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 28 | 0 | 0.60 | 0.55 | 0.76 | 355.14 | 0.43 | 0.17 |
| Hex | 3E | 19 | 1C | 0 | 3C | 37 | 4C | 163 | 2B | 11 |
| Octal | 76 | 31 | 34 | 0 | 74 | 67 | 114 | 543 | 53 | 21 |
| Binary | 111110 | 11001 | 11100 | 0 | 111100 | 110111 | 1001100 | 101100011 | 101011 | 10001 |
Color Harmonies of #3E191C
Complementary color
Monochromatic Colors of #3E191C
Black with #3E191C
Text Example
Text Example
White with #3E191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E191C; }
p { color: rgb(62,25,28); }
H1.HeaderClassName
{
color: #3E191C;
}
.AnyTagClassName
{
color: #3E191C;
}
</style>
background-color css
<style>
a { background-color: #3E191C; }
a { background-color: rgb(62,25,28); }
div.DivClassName
{
background-color: #3E191C;
}
.BgClassName
{
background-color: #3E191C;
}
</style>
border-color css
<style>
span { border-color: #3E191C; }
span { border-color: rgb(62,25,28); }
td.TdClassName
{
border-color: #3E191C;
}
.TagClassName
{
border-color: #3E191C;
}
</style>