Shades of Rustic Red #3E080B
Tints of Rustic Red #3E080B
RGB
CMYK
RGB Variations
Color information
#3E080B (or 0x3E080B) is known color: Rustic Red. HEX triplet: 3E, 08 and 0B. RGB value is (62,8,11). Sum of RGB (Red+Green+Blue) = 62+8+11=81 (10% of max value = 765). Red value is 62 (24.61% from 255 or 76.54% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 62 - color contains mainly: red. Hex color #3E080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E080B is #C1F7F4. Grayscale: #181818. Windows color (decimal): -12711925 or 723006. OLE color: 723006.
HSL color Cylindrical-coordinate representation of color #3E080B: hue angle of 356.67º 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 #3E080B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 11 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.76 |
| HSL | 356.67º | 0.77% | 0.14% | - |
| HSV(B) | 356.67º | 0.87% | 0.24% | - |
| XYZ | 2.13 | 1.22 | 0.44 | - |
| YUV | 24.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 11 | 0 | 0.87 | 0.82 | 0.76 | 356.67 | 0.77 | 0.14 |
| Hex | 3E | 8 | B | 0 | 57 | 52 | 4C | 165 | 4D | E |
| Octal | 76 | 10 | 13 | 0 | 127 | 122 | 114 | 545 | 115 | 16 |
| Binary | 111110 | 1000 | 1011 | 0 | 1010111 | 1010010 | 1001100 | 101100101 | 1001101 | 1110 |
Color Harmonies of #3E080B
Complementary color
Monochromatic Colors of #3E080B
Black with #3E080B
Text Example
Text Example
White with #3E080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E080B; }
p { color: rgb(62,8,11); }
H1.HeaderClassName
{
color: #3E080B;
}
.AnyTagClassName
{
color: #3E080B;
}
</style>
background-color css
<style>
a { background-color: #3E080B; }
a { background-color: rgb(62,8,11); }
div.DivClassName
{
background-color: #3E080B;
}
.BgClassName
{
background-color: #3E080B;
}
</style>
border-color css
<style>
span { border-color: #3E080B; }
span { border-color: rgb(62,8,11); }
td.TdClassName
{
border-color: #3E080B;
}
.TagClassName
{
border-color: #3E080B;
}
</style>