Shades of Rustic Red #3E0E11
Tints of Rustic Red #3E0E11
RGB
CMYK
RGB Variations
Color information
#3E0E11 (or 0x3E0E11) is known color: Rustic Red. HEX triplet: 3E, 0E and 11. RGB value is (62,14,17). Sum of RGB (Red+Green+Blue) = 62+14+17=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0E11 is #C1F1EE. Grayscale: #1C1C1C. Windows color (decimal): -12710383 or 1117758. OLE color: 1117758.
HSL color Cylindrical-coordinate representation of color #3E0E11: hue angle of 356.25º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E0E11 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 14 | 17 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.76 |
| HSL | 356.25º | 0.63% | 0.15% | - |
| HSV(B) | 356.25º | 0.77% | 0.24% | - |
| XYZ | 2.24 | 1.38 | 0.68 | - |
| YUV | 28.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 17 | 0 | 0.77 | 0.73 | 0.76 | 356.25 | 0.63 | 0.15 |
| Hex | 3E | E | 11 | 0 | 4D | 49 | 4C | 164 | 3F | F |
| Octal | 76 | 16 | 21 | 0 | 115 | 111 | 114 | 544 | 77 | 17 |
| Binary | 111110 | 1110 | 10001 | 0 | 1001101 | 1001001 | 1001100 | 101100100 | 111111 | 1111 |
Color Harmonies of #3E0E11
Complementary color
Monochromatic Colors of #3E0E11
Black with #3E0E11
Text Example
Text Example
White with #3E0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E11; }
p { color: rgb(62,14,17); }
H1.HeaderClassName
{
color: #3E0E11;
}
.AnyTagClassName
{
color: #3E0E11;
}
</style>
background-color css
<style>
a { background-color: #3E0E11; }
a { background-color: rgb(62,14,17); }
div.DivClassName
{
background-color: #3E0E11;
}
.BgClassName
{
background-color: #3E0E11;
}
</style>
border-color css
<style>
span { border-color: #3E0E11; }
span { border-color: rgb(62,14,17); }
td.TdClassName
{
border-color: #3E0E11;
}
.TagClassName
{
border-color: #3E0E11;
}
</style>