Shades of Rustic Red #3E141B
Tints of Rustic Red #3E141B
RGB
CMYK
RGB Variations
Color information
#3E141B (or 0x3E141B) is known color: Rustic Red. HEX triplet: 3E, 14 and 1B. RGB value is (62,20,27). Sum of RGB (Red+Green+Blue) = 62+20+27=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E141B is #C1EBE4. Grayscale: #212121. Windows color (decimal): -12708837 or 1774654. OLE color: 1774654.
HSL color Cylindrical-coordinate representation of color #3E141B: hue angle of 350º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E141B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 27 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.76 |
| HSL | 350º | 0.51% | 0.16% | - |
| HSV(B) | 350º | 0.68% | 0.24% | - |
| XYZ | 2.43 | 1.6 | 1.22 | - |
| YUV | 33.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 27 | 0 | 0.68 | 0.56 | 0.76 | 350 | 0.51 | 0.16 |
| Hex | 3E | 14 | 1B | 0 | 44 | 38 | 4C | 15E | 33 | 10 |
| Octal | 76 | 24 | 33 | 0 | 104 | 70 | 114 | 536 | 63 | 20 |
| Binary | 111110 | 10100 | 11011 | 0 | 1000100 | 111000 | 1001100 | 101011110 | 110011 | 10000 |
Color Harmonies of #3E141B
Complementary color
Monochromatic Colors of #3E141B
Black with #3E141B
Text Example
Text Example
White with #3E141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E141B; }
p { color: rgb(62,20,27); }
H1.HeaderClassName
{
color: #3E141B;
}
.AnyTagClassName
{
color: #3E141B;
}
</style>
background-color css
<style>
a { background-color: #3E141B; }
a { background-color: rgb(62,20,27); }
div.DivClassName
{
background-color: #3E141B;
}
.BgClassName
{
background-color: #3E141B;
}
</style>
border-color css
<style>
span { border-color: #3E141B; }
span { border-color: rgb(62,20,27); }
td.TdClassName
{
border-color: #3E141B;
}
.TagClassName
{
border-color: #3E141B;
}
</style>