Shades of Rustic Red #3E010B
Tints of Rustic Red #3E010B
RGB
CMYK
RGB Variations
Color information
#3E010B (or 0x3E010B) is known color: Rustic Red. HEX triplet: 3E, 01 and 0B. RGB value is (62,1,11). Sum of RGB (Red+Green+Blue) = 62+1+11=74 (9% of max value = 765). Red value is 62 (24.61% from 255 or 83.78% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 62 - color contains mainly: red. Hex color #3E010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E010B is #C1FEF4. Grayscale: #141414. Windows color (decimal): -12713717 or 721214. OLE color: 721214.
HSL color Cylindrical-coordinate representation of color #3E010B: hue angle of 350.16º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E010B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.76 |
| HSL | 350.16º | 0.97% | 0.12% | - |
| HSV(B) | 350.16º | 0.98% | 0.24% | - |
| XYZ | 2.06 | 1.07 | 0.41 | - |
| YUV | 20.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 11 | 0 | 0.98 | 0.82 | 0.76 | 350.16 | 0.97 | 0.12 |
| Hex | 3E | 1 | B | 0 | 62 | 52 | 4C | 15E | 61 | C |
| Octal | 76 | 1 | 13 | 0 | 142 | 122 | 114 | 536 | 141 | 14 |
| Binary | 111110 | 1 | 1011 | 0 | 1100010 | 1010010 | 1001100 | 101011110 | 1100001 | 1100 |
Color Harmonies of #3E010B
Complementary color
Monochromatic Colors of #3E010B
Black with #3E010B
Text Example
Text Example
White with #3E010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E010B; }
p { color: rgb(62,1,11); }
H1.HeaderClassName
{
color: #3E010B;
}
.AnyTagClassName
{
color: #3E010B;
}
</style>
background-color css
<style>
a { background-color: #3E010B; }
a { background-color: rgb(62,1,11); }
div.DivClassName
{
background-color: #3E010B;
}
.BgClassName
{
background-color: #3E010B;
}
</style>
border-color css
<style>
span { border-color: #3E010B; }
span { border-color: rgb(62,1,11); }
td.TdClassName
{
border-color: #3E010B;
}
.TagClassName
{
border-color: #3E010B;
}
</style>