Shades of Rustic Red #3E141A
Tints of Rustic Red #3E141A
RGB
CMYK
RGB Variations
Color information
#3E141A (or 0x3E141A) is known color: Rustic Red. HEX triplet: 3E, 14 and 1A. RGB value is (62,20,26). Sum of RGB (Red+Green+Blue) = 62+20+26=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E141A is #C1EBE5. Grayscale: #212121. Windows color (decimal): -12708838 or 1709118. OLE color: 1709118.
HSL color Cylindrical-coordinate representation of color #3E141A: hue angle of 351.43º 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 #3E141A is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 26 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.76 |
| HSL | 351.43º | 0.51% | 0.16% | - |
| HSV(B) | 351.43º | 0.68% | 0.24% | - |
| XYZ | 2.42 | 1.6 | 1.16 | - |
| YUV | 33.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 26 | 0 | 0.68 | 0.58 | 0.76 | 351.43 | 0.51 | 0.16 |
| Hex | 3E | 14 | 1A | 0 | 44 | 3A | 4C | 15F | 33 | 10 |
| Octal | 76 | 24 | 32 | 0 | 104 | 72 | 114 | 537 | 63 | 20 |
| Binary | 111110 | 10100 | 11010 | 0 | 1000100 | 111010 | 1001100 | 101011111 | 110011 | 10000 |
Color Harmonies of #3E141A
Complementary color
Monochromatic Colors of #3E141A
Black with #3E141A
Text Example
Text Example
White with #3E141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E141A; }
p { color: rgb(62,20,26); }
H1.HeaderClassName
{
color: #3E141A;
}
.AnyTagClassName
{
color: #3E141A;
}
</style>
background-color css
<style>
a { background-color: #3E141A; }
a { background-color: rgb(62,20,26); }
div.DivClassName
{
background-color: #3E141A;
}
.BgClassName
{
background-color: #3E141A;
}
</style>
border-color css
<style>
span { border-color: #3E141A; }
span { border-color: rgb(62,20,26); }
td.TdClassName
{
border-color: #3E141A;
}
.TagClassName
{
border-color: #3E141A;
}
</style>