Shades of Rustic Red #3E131D
Tints of Rustic Red #3E131D
RGB
CMYK
RGB Variations
Color information
#3E131D (or 0x3E131D) is known color: Rustic Red. HEX triplet: 3E, 13 and 1D. RGB value is (62,19,29). Sum of RGB (Red+Green+Blue) = 62+19+29=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E131D is #C1ECE2. Grayscale: #202020. Windows color (decimal): -12709091 or 1905470. OLE color: 1905470.
HSL color Cylindrical-coordinate representation of color #3E131D: hue angle of 346.05º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E131D is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 29 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.76 |
| HSL | 346.05º | 0.53% | 0.16% | - |
| HSV(B) | 346.05º | 0.69% | 0.24% | - |
| XYZ | 2.44 | 1.58 | 1.34 | - |
| YUV | 33 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 29 | 0 | 0.69 | 0.53 | 0.76 | 346.05 | 0.53 | 0.16 |
| Hex | 3E | 13 | 1D | 0 | 45 | 35 | 4C | 15A | 35 | 10 |
| Octal | 76 | 23 | 35 | 0 | 105 | 65 | 114 | 532 | 65 | 20 |
| Binary | 111110 | 10011 | 11101 | 0 | 1000101 | 110101 | 1001100 | 101011010 | 110101 | 10000 |
Color Harmonies of #3E131D
Complementary color
Monochromatic Colors of #3E131D
Black with #3E131D
Text Example
Text Example
White with #3E131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E131D; }
p { color: rgb(62,19,29); }
H1.HeaderClassName
{
color: #3E131D;
}
.AnyTagClassName
{
color: #3E131D;
}
</style>
background-color css
<style>
a { background-color: #3E131D; }
a { background-color: rgb(62,19,29); }
div.DivClassName
{
background-color: #3E131D;
}
.BgClassName
{
background-color: #3E131D;
}
</style>
border-color css
<style>
span { border-color: #3E131D; }
span { border-color: rgb(62,19,29); }
td.TdClassName
{
border-color: #3E131D;
}
.TagClassName
{
border-color: #3E131D;
}
</style>