Shades of Rustic Red #3E080D
Tints of Rustic Red #3E080D
RGB
CMYK
RGB Variations
Color information
#3E080D (or 0x3E080D) is known color: Rustic Red. HEX triplet: 3E, 08 and 0D. RGB value is (62,8,13). Sum of RGB (Red+Green+Blue) = 62+8+13=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E080D is #C1F7F2. Grayscale: #181818. Windows color (decimal): -12711923 or 854078. OLE color: 854078.
HSL color Cylindrical-coordinate representation of color #3E080D: hue angle of 354.44º 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 #3E080D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 13 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.76 |
| HSL | 354.44º | 0.77% | 0.14% | - |
| HSV(B) | 354.44º | 0.87% | 0.24% | - |
| XYZ | 2.15 | 1.23 | 0.5 | - |
| YUV | 24.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 13 | 0 | 0.87 | 0.79 | 0.76 | 354.44 | 0.77 | 0.14 |
| Hex | 3E | 8 | D | 0 | 57 | 4F | 4C | 162 | 4D | E |
| Octal | 76 | 10 | 15 | 0 | 127 | 117 | 114 | 542 | 115 | 16 |
| Binary | 111110 | 1000 | 1101 | 0 | 1010111 | 1001111 | 1001100 | 101100010 | 1001101 | 1110 |
Color Harmonies of #3E080D
Complementary color
Monochromatic Colors of #3E080D
Black with #3E080D
Text Example
Text Example
White with #3E080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E080D; }
p { color: rgb(62,8,13); }
H1.HeaderClassName
{
color: #3E080D;
}
.AnyTagClassName
{
color: #3E080D;
}
</style>
background-color css
<style>
a { background-color: #3E080D; }
a { background-color: rgb(62,8,13); }
div.DivClassName
{
background-color: #3E080D;
}
.BgClassName
{
background-color: #3E080D;
}
</style>
border-color css
<style>
span { border-color: #3E080D; }
span { border-color: rgb(62,8,13); }
td.TdClassName
{
border-color: #3E080D;
}
.TagClassName
{
border-color: #3E080D;
}
</style>