Shades of Rustic Red #3E0210
Tints of Rustic Red #3E0210
RGB
CMYK
RGB Variations
Color information
#3E0210 (or 0x3E0210) is known color: Rustic Red. HEX triplet: 3E, 02 and 10. RGB value is (62,2,16). Sum of RGB (Red+Green+Blue) = 62+2+16=80 (10% of max value = 765). Red value is 62 (24.61% from 255 or 77.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0210 is #C1FDEF. Grayscale: #151515. Windows color (decimal): -12713456 or 1049150. OLE color: 1049150.
HSL color Cylindrical-coordinate representation of color #3E0210: hue angle of 346º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0210 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 16 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.76 |
| HSL | 346º | 0.94% | 0.13% | - |
| HSV(B) | 346º | 0.97% | 0.24% | - |
| XYZ | 2.1 | 1.1 | 0.59 | - |
| YUV | 21.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 16 | 0 | 0.97 | 0.74 | 0.76 | 346 | 0.94 | 0.13 |
| Hex | 3E | 2 | 10 | 0 | 61 | 4A | 4C | 15A | 5E | D |
| Octal | 76 | 2 | 20 | 0 | 141 | 112 | 114 | 532 | 136 | 15 |
| Binary | 111110 | 10 | 10000 | 0 | 1100001 | 1001010 | 1001100 | 101011010 | 1011110 | 1101 |
Color Harmonies of #3E0210
Complementary color
Monochromatic Colors of #3E0210
Black with #3E0210
Text Example
Text Example
White with #3E0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0210; }
p { color: rgb(62,2,16); }
H1.HeaderClassName
{
color: #3E0210;
}
.AnyTagClassName
{
color: #3E0210;
}
</style>
background-color css
<style>
a { background-color: #3E0210; }
a { background-color: rgb(62,2,16); }
div.DivClassName
{
background-color: #3E0210;
}
.BgClassName
{
background-color: #3E0210;
}
</style>
border-color css
<style>
span { border-color: #3E0210; }
span { border-color: rgb(62,2,16); }
td.TdClassName
{
border-color: #3E0210;
}
.TagClassName
{
border-color: #3E0210;
}
</style>