Shades of Rustic Red #3E020A
Tints of Rustic Red #3E020A
RGB
CMYK
RGB Variations
Color information
#3E020A (or 0x3E020A) is known color: Rustic Red. HEX triplet: 3E, 02 and 0A. RGB value is (62,2,10). Sum of RGB (Red+Green+Blue) = 62+2+10=74 (9% of max value = 765). Red value is 62 (24.61% from 255 or 83.78% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 62 - color contains mainly: red. Hex color #3E020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E020A is #C1FDF5. Grayscale: #141414. Windows color (decimal): -12713462 or 655934. OLE color: 655934.
HSL color Cylindrical-coordinate representation of color #3E020A: hue angle of 352º 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 #3E020A is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 10 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.76 |
| HSL | 352º | 0.94% | 0.13% | - |
| HSV(B) | 352º | 0.97% | 0.24% | - |
| XYZ | 2.06 | 1.09 | 0.39 | - |
| YUV | 20.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 10 | 0 | 0.97 | 0.84 | 0.76 | 352 | 0.94 | 0.13 |
| Hex | 3E | 2 | A | 0 | 61 | 54 | 4C | 160 | 5E | D |
| Octal | 76 | 2 | 12 | 0 | 141 | 124 | 114 | 540 | 136 | 15 |
| Binary | 111110 | 10 | 1010 | 0 | 1100001 | 1010100 | 1001100 | 101100000 | 1011110 | 1101 |
Color Harmonies of #3E020A
Complementary color
Monochromatic Colors of #3E020A
Black with #3E020A
Text Example
Text Example
White with #3E020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E020A; }
p { color: rgb(62,2,10); }
H1.HeaderClassName
{
color: #3E020A;
}
.AnyTagClassName
{
color: #3E020A;
}
</style>
background-color css
<style>
a { background-color: #3E020A; }
a { background-color: rgb(62,2,10); }
div.DivClassName
{
background-color: #3E020A;
}
.BgClassName
{
background-color: #3E020A;
}
</style>
border-color css
<style>
span { border-color: #3E020A; }
span { border-color: rgb(62,2,10); }
td.TdClassName
{
border-color: #3E020A;
}
.TagClassName
{
border-color: #3E020A;
}
</style>