Shades of Rustic Red #3E0810
Tints of Rustic Red #3E0810
RGB
CMYK
RGB Variations
Color information
#3E0810 (or 0x3E0810) is known color: Rustic Red. HEX triplet: 3E, 08 and 10. RGB value is (62,8,16). Sum of RGB (Red+Green+Blue) = 62+8+16=86 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.09% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0810 is #C1F7EF. Grayscale: #191919. Windows color (decimal): -12711920 or 1050686. OLE color: 1050686.
HSL color Cylindrical-coordinate representation of color #3E0810: hue angle of 351.11º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E0810 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 16 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.76 |
| HSL | 351.11º | 0.77% | 0.14% | - |
| HSV(B) | 351.11º | 0.87% | 0.24% | - |
| XYZ | 2.17 | 1.24 | 0.61 | - |
| YUV | 25.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 16 | 0 | 0.87 | 0.74 | 0.76 | 351.11 | 0.77 | 0.14 |
| Hex | 3E | 8 | 10 | 0 | 57 | 4A | 4C | 15F | 4D | E |
| Octal | 76 | 10 | 20 | 0 | 127 | 112 | 114 | 537 | 115 | 16 |
| Binary | 111110 | 1000 | 10000 | 0 | 1010111 | 1001010 | 1001100 | 101011111 | 1001101 | 1110 |
Color Harmonies of #3E0810
Complementary color
Monochromatic Colors of #3E0810
Black with #3E0810
Text Example
Text Example
White with #3E0810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0810; }
p { color: rgb(62,8,16); }
H1.HeaderClassName
{
color: #3E0810;
}
.AnyTagClassName
{
color: #3E0810;
}
</style>
background-color css
<style>
a { background-color: #3E0810; }
a { background-color: rgb(62,8,16); }
div.DivClassName
{
background-color: #3E0810;
}
.BgClassName
{
background-color: #3E0810;
}
</style>
border-color css
<style>
span { border-color: #3E0810; }
span { border-color: rgb(62,8,16); }
td.TdClassName
{
border-color: #3E0810;
}
.TagClassName
{
border-color: #3E0810;
}
</style>