Shades of Rustic Red #3E0004
Tints of Rustic Red #3E0004
RGB
CMYK
RGB Variations
Color information
#3E0004 (or 0x3E0004) is known color: Rustic Red. HEX triplet: 3E, 00 and 04. RGB value is (62,0,4). Sum of RGB (Red+Green+Blue) = 62+0+4=66 (8% of max value = 765). Red value is 62 (24.61% from 255 or 93.94% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0004 is #C1FFFB. Grayscale: #131313. Windows color (decimal): -12713980 or 262206. OLE color: 262206.
HSL color Cylindrical-coordinate representation of color #3E0004: hue angle of 356.13º 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 #3E0004 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.94 | 0.76 |
| HSL | 356.13º | 1% | 0.12% | - |
| HSV(B) | 356.13º | 1% | 0.24% | - |
| XYZ | 2.01 | 1.03 | 0.21 | - |
| YUV | 18.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 4 | 0 | 1 | 0.94 | 0.76 | 356.13 | 1 | 0.12 |
| Hex | 3E | 0 | 4 | 0 | 64 | 5E | 4C | 164 | 64 | C |
| Octal | 76 | 0 | 4 | 0 | 144 | 136 | 114 | 544 | 144 | 14 |
| Binary | 111110 | 0 | 100 | 0 | 1100100 | 1011110 | 1001100 | 101100100 | 1100100 | 1100 |
Color Harmonies of #3E0004
Complementary color
Monochromatic Colors of #3E0004
Black with #3E0004
Text Example
Text Example
White with #3E0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0004; }
p { color: rgb(62,0,4); }
H1.HeaderClassName
{
color: #3E0004;
}
.AnyTagClassName
{
color: #3E0004;
}
</style>
background-color css
<style>
a { background-color: #3E0004; }
a { background-color: rgb(62,0,4); }
div.DivClassName
{
background-color: #3E0004;
}
.BgClassName
{
background-color: #3E0004;
}
</style>
border-color css
<style>
span { border-color: #3E0004; }
span { border-color: rgb(62,0,4); }
td.TdClassName
{
border-color: #3E0004;
}
.TagClassName
{
border-color: #3E0004;
}
</style>