Shades of Rustic Red #3E1315
Tints of Rustic Red #3E1315
RGB
CMYK
RGB Variations
Color information
#3E1315 (or 0x3E1315) is known color: Rustic Red. HEX triplet: 3E, 13 and 15. RGB value is (62,19,21). Sum of RGB (Red+Green+Blue) = 62+19+21=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1315 is #C1ECEA. Grayscale: #202020. Windows color (decimal): -12709099 or 1381182. OLE color: 1381182.
HSL color Cylindrical-coordinate representation of color #3E1315: hue angle of 357.21º 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 #3E1315 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 21 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.76 |
| HSL | 357.21º | 0.53% | 0.16% | - |
| HSV(B) | 357.21º | 0.69% | 0.24% | - |
| XYZ | 2.35 | 1.54 | 0.88 | - |
| YUV | 32.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 21 | 0 | 0.69 | 0.66 | 0.76 | 357.21 | 0.53 | 0.16 |
| Hex | 3E | 13 | 15 | 0 | 45 | 42 | 4C | 165 | 35 | 10 |
| Octal | 76 | 23 | 25 | 0 | 105 | 102 | 114 | 545 | 65 | 20 |
| Binary | 111110 | 10011 | 10101 | 0 | 1000101 | 1000010 | 1001100 | 101100101 | 110101 | 10000 |
Color Harmonies of #3E1315
Complementary color
Monochromatic Colors of #3E1315
Black with #3E1315
Text Example
Text Example
White with #3E1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1315; }
p { color: rgb(62,19,21); }
H1.HeaderClassName
{
color: #3E1315;
}
.AnyTagClassName
{
color: #3E1315;
}
</style>
background-color css
<style>
a { background-color: #3E1315; }
a { background-color: rgb(62,19,21); }
div.DivClassName
{
background-color: #3E1315;
}
.BgClassName
{
background-color: #3E1315;
}
</style>
border-color css
<style>
span { border-color: #3E1315; }
span { border-color: rgb(62,19,21); }
td.TdClassName
{
border-color: #3E1315;
}
.TagClassName
{
border-color: #3E1315;
}
</style>