Shades of Rustic Red #3E000C
Tints of Rustic Red #3E000C
RGB
CMYK
RGB Variations
Color information
#3E000C (or 0x3E000C) is known color: Rustic Red. HEX triplet: 3E, 00 and 0C. RGB value is (62,0,12). Sum of RGB (Red+Green+Blue) = 62+0+12=74 (9% of max value = 765). Red value is 62 (24.61% from 255 or 83.78% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 62 - color contains mainly: red. Hex color #3E000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E000C is #C1FFF3. Grayscale: #131313. Windows color (decimal): -12713972 or 786494. OLE color: 786494.
HSL color Cylindrical-coordinate representation of color #3E000C: hue angle of 348.39º 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 #3E000C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.81 | 0.76 |
| HSL | 348.39º | 1% | 0.12% | - |
| HSV(B) | 348.39º | 1% | 0.24% | - |
| XYZ | 2.05 | 1.05 | 0.44 | - |
| YUV | 19.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 12 | 0 | 1 | 0.81 | 0.76 | 348.39 | 1 | 0.12 |
| Hex | 3E | 0 | C | 0 | 64 | 51 | 4C | 15C | 64 | C |
| Octal | 76 | 0 | 14 | 0 | 144 | 121 | 114 | 534 | 144 | 14 |
| Binary | 111110 | 0 | 1100 | 0 | 1100100 | 1010001 | 1001100 | 101011100 | 1100100 | 1100 |
Color Harmonies of #3E000C
Complementary color
Monochromatic Colors of #3E000C
Black with #3E000C
Text Example
Text Example
White with #3E000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E000C; }
p { color: rgb(62,0,12); }
H1.HeaderClassName
{
color: #3E000C;
}
.AnyTagClassName
{
color: #3E000C;
}
</style>
background-color css
<style>
a { background-color: #3E000C; }
a { background-color: rgb(62,0,12); }
div.DivClassName
{
background-color: #3E000C;
}
.BgClassName
{
background-color: #3E000C;
}
</style>
border-color css
<style>
span { border-color: #3E000C; }
span { border-color: rgb(62,0,12); }
td.TdClassName
{
border-color: #3E000C;
}
.TagClassName
{
border-color: #3E000C;
}
</style>