Shades of Rustic Red #3E0A0F
Tints of Rustic Red #3E0A0F
RGB
CMYK
RGB Variations
Color information
#3E0A0F (or 0x3E0A0F) is known color: Rustic Red. HEX triplet: 3E, 0A and 0F. RGB value is (62,10,15). Sum of RGB (Red+Green+Blue) = 62+10+15=87 (11% of max value = 765). Red value is 62 (24.61% from 255 or 71.26% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0A0F is #C1F5F0. Grayscale: #1A1A1A. Windows color (decimal): -12711409 or 985662. OLE color: 985662.
HSL color Cylindrical-coordinate representation of color #3E0A0F: hue angle of 354.23º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A0F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 15 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.76 |
| HSL | 354.23º | 0.72% | 0.14% | - |
| HSV(B) | 354.23º | 0.84% | 0.24% | - |
| XYZ | 2.18 | 1.28 | 0.58 | - |
| YUV | 26.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 15 | 0 | 0.84 | 0.76 | 0.76 | 354.23 | 0.72 | 0.14 |
| Hex | 3E | A | F | 0 | 54 | 4C | 4C | 162 | 48 | E |
| Octal | 76 | 12 | 17 | 0 | 124 | 114 | 114 | 542 | 110 | 16 |
| Binary | 111110 | 1010 | 1111 | 0 | 1010100 | 1001100 | 1001100 | 101100010 | 1001000 | 1110 |
Color Harmonies of #3E0A0F
Complementary color
Monochromatic Colors of #3E0A0F
Black with #3E0A0F
Text Example
Text Example
White with #3E0A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A0F; }
p { color: rgb(62,10,15); }
H1.HeaderClassName
{
color: #3E0A0F;
}
.AnyTagClassName
{
color: #3E0A0F;
}
</style>
background-color css
<style>
a { background-color: #3E0A0F; }
a { background-color: rgb(62,10,15); }
div.DivClassName
{
background-color: #3E0A0F;
}
.BgClassName
{
background-color: #3E0A0F;
}
</style>
border-color css
<style>
span { border-color: #3E0A0F; }
span { border-color: rgb(62,10,15); }
td.TdClassName
{
border-color: #3E0A0F;
}
.TagClassName
{
border-color: #3E0A0F;
}
</style>