Shades of Rustic Red #3E000B
Tints of Rustic Red #3E000B
RGB
CMYK
RGB Variations
Color information
#3E000B (or 0x3E000B) is known color: Rustic Red. HEX triplet: 3E, 00 and 0B. RGB value is (62,0,11). Sum of RGB (Red+Green+Blue) = 62+0+11=73 (9% of max value = 765). Red value is 62 (24.61% from 255 or 84.93% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 62 - color contains mainly: red. Hex color #3E000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E000B is #C1FFF4. Grayscale: #131313. Windows color (decimal): -12713973 or 720958. OLE color: 720958.
HSL color Cylindrical-coordinate representation of color #3E000B: hue angle of 349.35º 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 #3E000B is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.82 | 0.76 |
| HSL | 349.35º | 1% | 0.12% | - |
| HSV(B) | 349.35º | 1% | 0.24% | - |
| XYZ | 2.05 | 1.05 | 0.41 | - |
| YUV | 19.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 11 | 0 | 1 | 0.82 | 0.76 | 349.35 | 1 | 0.12 |
| Hex | 3E | 0 | B | 0 | 64 | 52 | 4C | 15D | 64 | C |
| Octal | 76 | 0 | 13 | 0 | 144 | 122 | 114 | 535 | 144 | 14 |
| Binary | 111110 | 0 | 1011 | 0 | 1100100 | 1010010 | 1001100 | 101011101 | 1100100 | 1100 |
Color Harmonies of #3E000B
Complementary color
Monochromatic Colors of #3E000B
Black with #3E000B
Text Example
Text Example
White with #3E000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E000B; }
p { color: rgb(62,0,11); }
H1.HeaderClassName
{
color: #3E000B;
}
.AnyTagClassName
{
color: #3E000B;
}
</style>
background-color css
<style>
a { background-color: #3E000B; }
a { background-color: rgb(62,0,11); }
div.DivClassName
{
background-color: #3E000B;
}
.BgClassName
{
background-color: #3E000B;
}
</style>
border-color css
<style>
span { border-color: #3E000B; }
span { border-color: rgb(62,0,11); }
td.TdClassName
{
border-color: #3E000B;
}
.TagClassName
{
border-color: #3E000B;
}
</style>