Shades of Rustic Red #3E0411
Tints of Rustic Red #3E0411
RGB
CMYK
RGB Variations
Color information
#3E0411 (or 0x3E0411) is known color: Rustic Red. HEX triplet: 3E, 04 and 11. RGB value is (62,4,17). Sum of RGB (Red+Green+Blue) = 62+4+17=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0411 is #C1FBEE. Grayscale: #161616. Windows color (decimal): -12712943 or 1115198. OLE color: 1115198.
HSL color Cylindrical-coordinate representation of color #3E0411: hue angle of 346.55º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0411 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 17 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.76 |
| HSL | 346.55º | 0.88% | 0.13% | - |
| HSV(B) | 346.55º | 0.94% | 0.24% | - |
| XYZ | 2.13 | 1.15 | 0.64 | - |
| YUV | 22.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 17 | 0 | 0.94 | 0.73 | 0.76 | 346.55 | 0.88 | 0.13 |
| Hex | 3E | 4 | 11 | 0 | 5E | 49 | 4C | 15B | 58 | D |
| Octal | 76 | 4 | 21 | 0 | 136 | 111 | 114 | 533 | 130 | 15 |
| Binary | 111110 | 100 | 10001 | 0 | 1011110 | 1001001 | 1001100 | 101011011 | 1011000 | 1101 |
Color Harmonies of #3E0411
Complementary color
Monochromatic Colors of #3E0411
Black with #3E0411
Text Example
Text Example
White with #3E0411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0411; }
p { color: rgb(62,4,17); }
H1.HeaderClassName
{
color: #3E0411;
}
.AnyTagClassName
{
color: #3E0411;
}
</style>
background-color css
<style>
a { background-color: #3E0411; }
a { background-color: rgb(62,4,17); }
div.DivClassName
{
background-color: #3E0411;
}
.BgClassName
{
background-color: #3E0411;
}
</style>
border-color css
<style>
span { border-color: #3E0411; }
span { border-color: rgb(62,4,17); }
td.TdClassName
{
border-color: #3E0411;
}
.TagClassName
{
border-color: #3E0411;
}
</style>