Shades of Rustic Red #3E1118
Tints of Rustic Red #3E1118
RGB
CMYK
RGB Variations
Color information
#3E1118 (or 0x3E1118) is known color: Rustic Red. HEX triplet: 3E, 11 and 18. RGB value is (62,17,24). Sum of RGB (Red+Green+Blue) = 62+17+24=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1118 is #C1EEE7. Grayscale: #1F1F1F. Windows color (decimal): -12709608 or 1577278. OLE color: 1577278.
HSL color Cylindrical-coordinate representation of color #3E1118: hue angle of 350.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1118 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 24 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.76 |
| HSL | 350.67º | 0.57% | 0.15% | - |
| HSV(B) | 350.67º | 0.73% | 0.24% | - |
| XYZ | 2.35 | 1.49 | 1.03 | - |
| YUV | 31.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 24 | 0 | 0.73 | 0.61 | 0.76 | 350.67 | 0.57 | 0.15 |
| Hex | 3E | 11 | 18 | 0 | 49 | 3D | 4C | 15F | 39 | F |
| Octal | 76 | 21 | 30 | 0 | 111 | 75 | 114 | 537 | 71 | 17 |
| Binary | 111110 | 10001 | 11000 | 0 | 1001001 | 111101 | 1001100 | 101011111 | 111001 | 1111 |
Color Harmonies of #3E1118
Complementary color
Monochromatic Colors of #3E1118
Black with #3E1118
Text Example
Text Example
White with #3E1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1118; }
p { color: rgb(62,17,24); }
H1.HeaderClassName
{
color: #3E1118;
}
.AnyTagClassName
{
color: #3E1118;
}
</style>
background-color css
<style>
a { background-color: #3E1118; }
a { background-color: rgb(62,17,24); }
div.DivClassName
{
background-color: #3E1118;
}
.BgClassName
{
background-color: #3E1118;
}
</style>
border-color css
<style>
span { border-color: #3E1118; }
span { border-color: rgb(62,17,24); }
td.TdClassName
{
border-color: #3E1118;
}
.TagClassName
{
border-color: #3E1118;
}
</style>