Shades of Rustic Red #3E080A
Tints of Rustic Red #3E080A
RGB
CMYK
RGB Variations
Color information
#3E080A (or 0x3E080A) is known color: Rustic Red. HEX triplet: 3E, 08 and 0A. RGB value is (62,8,10). Sum of RGB (Red+Green+Blue) = 62+8+10=80 (10% of max value = 765). Red value is 62 (24.61% from 255 or 77.5% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 62 - color contains mainly: red. Hex color #3E080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E080A is #C1F7F5. Grayscale: #181818. Windows color (decimal): -12711926 or 657470. OLE color: 657470.
HSL color Cylindrical-coordinate representation of color #3E080A: hue angle of 357.78º 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 #3E080A is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 10 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.76 |
| HSL | 357.78º | 0.77% | 0.14% | - |
| HSV(B) | 357.78º | 0.87% | 0.24% | - |
| XYZ | 2.13 | 1.22 | 0.41 | - |
| YUV | 24.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 10 | 0 | 0.87 | 0.84 | 0.76 | 357.78 | 0.77 | 0.14 |
| Hex | 3E | 8 | A | 0 | 57 | 54 | 4C | 166 | 4D | E |
| Octal | 76 | 10 | 12 | 0 | 127 | 124 | 114 | 546 | 115 | 16 |
| Binary | 111110 | 1000 | 1010 | 0 | 1010111 | 1010100 | 1001100 | 101100110 | 1001101 | 1110 |
Color Harmonies of #3E080A
Complementary color
Monochromatic Colors of #3E080A
Black with #3E080A
Text Example
Text Example
White with #3E080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E080A; }
p { color: rgb(62,8,10); }
H1.HeaderClassName
{
color: #3E080A;
}
.AnyTagClassName
{
color: #3E080A;
}
</style>
background-color css
<style>
a { background-color: #3E080A; }
a { background-color: rgb(62,8,10); }
div.DivClassName
{
background-color: #3E080A;
}
.BgClassName
{
background-color: #3E080A;
}
</style>
border-color css
<style>
span { border-color: #3E080A; }
span { border-color: rgb(62,8,10); }
td.TdClassName
{
border-color: #3E080A;
}
.TagClassName
{
border-color: #3E080A;
}
</style>