Shades of Rustic Red #3E000D
Tints of Rustic Red #3E000D
RGB
CMYK
RGB Variations
Color information
#3E000D (or 0x3E000D) is known color: Rustic Red. HEX triplet: 3E, 00 and 0D. RGB value is (62,0,13). Sum of RGB (Red+Green+Blue) = 62+0+13=75 (9% of max value = 765). Red value is 62 (24.61% from 255 or 82.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 62 - color contains mainly: red. Hex color #3E000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E000D is #C1FFF2. Grayscale: #141414. Windows color (decimal): -12713971 or 852030. OLE color: 852030.
HSL color Cylindrical-coordinate representation of color #3E000D: hue angle of 347.42º 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 #3E000D is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.79 | 0.76 |
| HSL | 347.42º | 1% | 0.12% | - |
| HSV(B) | 347.42º | 1% | 0.24% | - |
| XYZ | 2.06 | 1.05 | 0.48 | - |
| YUV | 20.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 13 | 0 | 1 | 0.79 | 0.76 | 347.42 | 1 | 0.12 |
| Hex | 3E | 0 | D | 0 | 64 | 4F | 4C | 15B | 64 | C |
| Octal | 76 | 0 | 15 | 0 | 144 | 117 | 114 | 533 | 144 | 14 |
| Binary | 111110 | 0 | 1101 | 0 | 1100100 | 1001111 | 1001100 | 101011011 | 1100100 | 1100 |
Color Harmonies of #3E000D
Complementary color
Monochromatic Colors of #3E000D
Black with #3E000D
Text Example
Text Example
White with #3E000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E000D; }
p { color: rgb(62,0,13); }
H1.HeaderClassName
{
color: #3E000D;
}
.AnyTagClassName
{
color: #3E000D;
}
</style>
background-color css
<style>
a { background-color: #3E000D; }
a { background-color: rgb(62,0,13); }
div.DivClassName
{
background-color: #3E000D;
}
.BgClassName
{
background-color: #3E000D;
}
</style>
border-color css
<style>
span { border-color: #3E000D; }
span { border-color: rgb(62,0,13); }
td.TdClassName
{
border-color: #3E000D;
}
.TagClassName
{
border-color: #3E000D;
}
</style>