Shades of Rustic Red #3E131B
Tints of Rustic Red #3E131B
RGB
CMYK
RGB Variations
Color information
#3E131B (or 0x3E131B) is known color: Rustic Red. HEX triplet: 3E, 13 and 1B. RGB value is (62,19,27). Sum of RGB (Red+Green+Blue) = 62+19+27=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E131B is #C1ECE4. Grayscale: #202020. Windows color (decimal): -12709093 or 1774398. OLE color: 1774398.
HSL color Cylindrical-coordinate representation of color #3E131B: hue angle of 348.84º 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 #3E131B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 27 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.76 |
| HSL | 348.84º | 0.53% | 0.16% | - |
| HSV(B) | 348.84º | 0.69% | 0.24% | - |
| XYZ | 2.42 | 1.57 | 1.21 | - |
| YUV | 32.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 27 | 0 | 0.69 | 0.56 | 0.76 | 348.84 | 0.53 | 0.16 |
| Hex | 3E | 13 | 1B | 0 | 45 | 38 | 4C | 15D | 35 | 10 |
| Octal | 76 | 23 | 33 | 0 | 105 | 70 | 114 | 535 | 65 | 20 |
| Binary | 111110 | 10011 | 11011 | 0 | 1000101 | 111000 | 1001100 | 101011101 | 110101 | 10000 |
Color Harmonies of #3E131B
Complementary color
Monochromatic Colors of #3E131B
Black with #3E131B
Text Example
Text Example
White with #3E131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E131B; }
p { color: rgb(62,19,27); }
H1.HeaderClassName
{
color: #3E131B;
}
.AnyTagClassName
{
color: #3E131B;
}
</style>
background-color css
<style>
a { background-color: #3E131B; }
a { background-color: rgb(62,19,27); }
div.DivClassName
{
background-color: #3E131B;
}
.BgClassName
{
background-color: #3E131B;
}
</style>
border-color css
<style>
span { border-color: #3E131B; }
span { border-color: rgb(62,19,27); }
td.TdClassName
{
border-color: #3E131B;
}
.TagClassName
{
border-color: #3E131B;
}
</style>