Shades of Rustic Red #3E020B
Tints of Rustic Red #3E020B
RGB
CMYK
RGB Variations
Color information
#3E020B (or 0x3E020B) is known color: Rustic Red. HEX triplet: 3E, 02 and 0B. RGB value is (62,2,11). Sum of RGB (Red+Green+Blue) = 62+2+11=75 (9% of max value = 765). Red value is 62 (24.61% from 255 or 82.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 62 - color contains mainly: red. Hex color #3E020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E020B is #C1FDF4. Grayscale: #141414. Windows color (decimal): -12713461 or 721470. OLE color: 721470.
HSL color Cylindrical-coordinate representation of color #3E020B: hue angle of 351º 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 #3E020B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 11 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.76 |
| HSL | 351º | 0.94% | 0.13% | - |
| HSV(B) | 351º | 0.97% | 0.24% | - |
| XYZ | 2.07 | 1.09 | 0.42 | - |
| YUV | 20.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 11 | 0 | 0.97 | 0.82 | 0.76 | 351 | 0.94 | 0.13 |
| Hex | 3E | 2 | B | 0 | 61 | 52 | 4C | 15F | 5E | D |
| Octal | 76 | 2 | 13 | 0 | 141 | 122 | 114 | 537 | 136 | 15 |
| Binary | 111110 | 10 | 1011 | 0 | 1100001 | 1010010 | 1001100 | 101011111 | 1011110 | 1101 |
Color Harmonies of #3E020B
Complementary color
Monochromatic Colors of #3E020B
Black with #3E020B
Text Example
Text Example
White with #3E020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E020B; }
p { color: rgb(62,2,11); }
H1.HeaderClassName
{
color: #3E020B;
}
.AnyTagClassName
{
color: #3E020B;
}
</style>
background-color css
<style>
a { background-color: #3E020B; }
a { background-color: rgb(62,2,11); }
div.DivClassName
{
background-color: #3E020B;
}
.BgClassName
{
background-color: #3E020B;
}
</style>
border-color css
<style>
span { border-color: #3E020B; }
span { border-color: rgb(62,2,11); }
td.TdClassName
{
border-color: #3E020B;
}
.TagClassName
{
border-color: #3E020B;
}
</style>