Shades of Rustic Red #3E000E
Tints of Rustic Red #3E000E
RGB
CMYK
RGB Variations
Color information
#3E000E (or 0x3E000E) is known color: Rustic Red. HEX triplet: 3E, 00 and 0E. RGB value is (62,0,14). Sum of RGB (Red+Green+Blue) = 62+0+14=76 (10% of max value = 765). Red value is 62 (24.61% from 255 or 81.58% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 62 - color contains mainly: red. Hex color #3E000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E000E is #C1FFF1. Grayscale: #141414. Windows color (decimal): -12713970 or 917566. OLE color: 917566.
HSL color Cylindrical-coordinate representation of color #3E000E: hue angle of 346.45º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E000E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.77 | 0.76 |
| HSL | 346.45º | 1% | 0.12% | - |
| HSV(B) | 346.45º | 1% | 0.24% | - |
| XYZ | 2.07 | 1.06 | 0.51 | - |
| YUV | 20.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 14 | 0 | 1 | 0.77 | 0.76 | 346.45 | 1 | 0.12 |
| Hex | 3E | 0 | E | 0 | 64 | 4D | 4C | 15A | 64 | C |
| Octal | 76 | 0 | 16 | 0 | 144 | 115 | 114 | 532 | 144 | 14 |
| Binary | 111110 | 0 | 1110 | 0 | 1100100 | 1001101 | 1001100 | 101011010 | 1100100 | 1100 |
Color Harmonies of #3E000E
Complementary color
Monochromatic Colors of #3E000E
Black with #3E000E
Text Example
Text Example
White with #3E000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E000E; }
p { color: rgb(62,0,14); }
H1.HeaderClassName
{
color: #3E000E;
}
.AnyTagClassName
{
color: #3E000E;
}
</style>
background-color css
<style>
a { background-color: #3E000E; }
a { background-color: rgb(62,0,14); }
div.DivClassName
{
background-color: #3E000E;
}
.BgClassName
{
background-color: #3E000E;
}
</style>
border-color css
<style>
span { border-color: #3E000E; }
span { border-color: rgb(62,0,14); }
td.TdClassName
{
border-color: #3E000E;
}
.TagClassName
{
border-color: #3E000E;
}
</style>