Shades of Rustic Red #3E0413
Tints of Rustic Red #3E0413
RGB
CMYK
RGB Variations
Color information
#3E0413 (or 0x3E0413) is known color: Rustic Red. HEX triplet: 3E, 04 and 13. RGB value is (62,4,19). Sum of RGB (Red+Green+Blue) = 62+4+19=85 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.94% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0413 is #C1FBEC. Grayscale: #171717. Windows color (decimal): -12712941 or 1246270. OLE color: 1246270.
HSL color Cylindrical-coordinate representation of color #3E0413: hue angle of 344.48º 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 #3E0413 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 19 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.76 |
| HSL | 344.48º | 0.88% | 0.13% | - |
| HSV(B) | 344.48º | 0.94% | 0.24% | - |
| XYZ | 2.15 | 1.16 | 0.73 | - |
| YUV | 23.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 19 | 0 | 0.94 | 0.69 | 0.76 | 344.48 | 0.88 | 0.13 |
| Hex | 3E | 4 | 13 | 0 | 5E | 45 | 4C | 158 | 58 | D |
| Octal | 76 | 4 | 23 | 0 | 136 | 105 | 114 | 530 | 130 | 15 |
| Binary | 111110 | 100 | 10011 | 0 | 1011110 | 1000101 | 1001100 | 101011000 | 1011000 | 1101 |
Color Harmonies of #3E0413
Complementary color
Monochromatic Colors of #3E0413
Black with #3E0413
Text Example
Text Example
White with #3E0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0413; }
p { color: rgb(62,4,19); }
H1.HeaderClassName
{
color: #3E0413;
}
.AnyTagClassName
{
color: #3E0413;
}
</style>
background-color css
<style>
a { background-color: #3E0413; }
a { background-color: rgb(62,4,19); }
div.DivClassName
{
background-color: #3E0413;
}
.BgClassName
{
background-color: #3E0413;
}
</style>
border-color css
<style>
span { border-color: #3E0413; }
span { border-color: rgb(62,4,19); }
td.TdClassName
{
border-color: #3E0413;
}
.TagClassName
{
border-color: #3E0413;
}
</style>