Shades of Rustic Red #3E030D
Tints of Rustic Red #3E030D
RGB
CMYK
RGB Variations
Color information
#3E030D (or 0x3E030D) is known color: Rustic Red. HEX triplet: 3E, 03 and 0D. RGB value is (62,3,13). Sum of RGB (Red+Green+Blue) = 62+3+13=78 (10% of max value = 765). Red value is 62 (24.61% from 255 or 79.49% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 62 - color contains mainly: red. Hex color #3E030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E030D is #C1FCF2. Grayscale: #151515. Windows color (decimal): -12713203 or 852798. OLE color: 852798.
HSL color Cylindrical-coordinate representation of color #3E030D: hue angle of 349.83º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E030D is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 13 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.76 |
| HSL | 349.83º | 0.91% | 0.13% | - |
| HSV(B) | 349.83º | 0.95% | 0.24% | - |
| XYZ | 2.09 | 1.12 | 0.49 | - |
| YUV | 21.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 13 | 0 | 0.95 | 0.79 | 0.76 | 349.83 | 0.91 | 0.13 |
| Hex | 3E | 3 | D | 0 | 5F | 4F | 4C | 15E | 5B | D |
| Octal | 76 | 3 | 15 | 0 | 137 | 117 | 114 | 536 | 133 | 15 |
| Binary | 111110 | 11 | 1101 | 0 | 1011111 | 1001111 | 1001100 | 101011110 | 1011011 | 1101 |
Color Harmonies of #3E030D
Complementary color
Monochromatic Colors of #3E030D
Black with #3E030D
Text Example
Text Example
White with #3E030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E030D; }
p { color: rgb(62,3,13); }
H1.HeaderClassName
{
color: #3E030D;
}
.AnyTagClassName
{
color: #3E030D;
}
</style>
background-color css
<style>
a { background-color: #3E030D; }
a { background-color: rgb(62,3,13); }
div.DivClassName
{
background-color: #3E030D;
}
.BgClassName
{
background-color: #3E030D;
}
</style>
border-color css
<style>
span { border-color: #3E030D; }
span { border-color: rgb(62,3,13); }
td.TdClassName
{
border-color: #3E030D;
}
.TagClassName
{
border-color: #3E030D;
}
</style>