Shades of Rustic Red #3E010E
Tints of Rustic Red #3E010E
RGB
CMYK
RGB Variations
Color information
#3E010E (or 0x3E010E) is known color: Rustic Red. HEX triplet: 3E, 01 and 0E. RGB value is (62,1,14). Sum of RGB (Red+Green+Blue) = 62+1+14=77 (10% of max value = 765). Red value is 62 (24.61% from 255 or 80.52% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 62 - color contains mainly: red. Hex color #3E010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E010E is #C1FEF1. Grayscale: #141414. Windows color (decimal): -12713714 or 917822. OLE color: 917822.
HSL color Cylindrical-coordinate representation of color #3E010E: hue angle of 347.21º 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 #3E010E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 14 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.76 |
| HSL | 347.21º | 0.97% | 0.12% | - |
| HSV(B) | 347.21º | 0.98% | 0.24% | - |
| XYZ | 2.08 | 1.08 | 0.51 | - |
| YUV | 20.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 14 | 0 | 0.98 | 0.77 | 0.76 | 347.21 | 0.97 | 0.12 |
| Hex | 3E | 1 | E | 0 | 62 | 4D | 4C | 15B | 61 | C |
| Octal | 76 | 1 | 16 | 0 | 142 | 115 | 114 | 533 | 141 | 14 |
| Binary | 111110 | 1 | 1110 | 0 | 1100010 | 1001101 | 1001100 | 101011011 | 1100001 | 1100 |
Color Harmonies of #3E010E
Complementary color
Monochromatic Colors of #3E010E
Black with #3E010E
Text Example
Text Example
White with #3E010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E010E; }
p { color: rgb(62,1,14); }
H1.HeaderClassName
{
color: #3E010E;
}
.AnyTagClassName
{
color: #3E010E;
}
</style>
background-color css
<style>
a { background-color: #3E010E; }
a { background-color: rgb(62,1,14); }
div.DivClassName
{
background-color: #3E010E;
}
.BgClassName
{
background-color: #3E010E;
}
</style>
border-color css
<style>
span { border-color: #3E010E; }
span { border-color: rgb(62,1,14); }
td.TdClassName
{
border-color: #3E010E;
}
.TagClassName
{
border-color: #3E010E;
}
</style>