Shades of Rustic Red #3E0E0F
Tints of Rustic Red #3E0E0F
RGB
CMYK
RGB Variations
Color information
#3E0E0F (or 0x3E0E0F) is known color: Rustic Red. HEX triplet: 3E, 0E and 0F. RGB value is (62,14,15). Sum of RGB (Red+Green+Blue) = 62+14+15=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0E0F is #C1F1F0. Grayscale: #1C1C1C. Windows color (decimal): -12710385 or 986686. OLE color: 986686.
HSL color Cylindrical-coordinate representation of color #3E0E0F: hue angle of 358.75º 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 #3E0E0F is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 14 | 15 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.76 |
| HSL | 358.75º | 0.63% | 0.15% | - |
| HSV(B) | 358.75º | 0.77% | 0.24% | - |
| XYZ | 2.23 | 1.37 | 0.6 | - |
| YUV | 28.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 15 | 0 | 0.77 | 0.76 | 0.76 | 358.75 | 0.63 | 0.15 |
| Hex | 3E | E | F | 0 | 4D | 4C | 4C | 167 | 3F | F |
| Octal | 76 | 16 | 17 | 0 | 115 | 114 | 114 | 547 | 77 | 17 |
| Binary | 111110 | 1110 | 1111 | 0 | 1001101 | 1001100 | 1001100 | 101100111 | 111111 | 1111 |
Color Harmonies of #3E0E0F
Complementary color
Monochromatic Colors of #3E0E0F
Black with #3E0E0F
Text Example
Text Example
White with #3E0E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E0F; }
p { color: rgb(62,14,15); }
H1.HeaderClassName
{
color: #3E0E0F;
}
.AnyTagClassName
{
color: #3E0E0F;
}
</style>
background-color css
<style>
a { background-color: #3E0E0F; }
a { background-color: rgb(62,14,15); }
div.DivClassName
{
background-color: #3E0E0F;
}
.BgClassName
{
background-color: #3E0E0F;
}
</style>
border-color css
<style>
span { border-color: #3E0E0F; }
span { border-color: rgb(62,14,15); }
td.TdClassName
{
border-color: #3E0E0F;
}
.TagClassName
{
border-color: #3E0E0F;
}
</style>