Shades of Rustic Red #3E0A18
Tints of Rustic Red #3E0A18
RGB
CMYK
RGB Variations
Color information
#3E0A18 (or 0x3E0A18) is known color: Rustic Red. HEX triplet: 3E, 0A and 18. RGB value is (62,10,24). Sum of RGB (Red+Green+Blue) = 62+10+24=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0A18 is #C1F5E7. Grayscale: #1B1B1B. Windows color (decimal): -12711400 or 1575486. OLE color: 1575486.
HSL color Cylindrical-coordinate representation of color #3E0A18: hue angle of 343.85º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A18 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 24 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.76 |
| HSL | 343.85º | 0.72% | 0.14% | - |
| HSV(B) | 343.85º | 0.84% | 0.24% | - |
| XYZ | 2.26 | 1.31 | 1 | - |
| YUV | 27.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 24 | 0 | 0.84 | 0.61 | 0.76 | 343.85 | 0.72 | 0.14 |
| Hex | 3E | A | 18 | 0 | 54 | 3D | 4C | 158 | 48 | E |
| Octal | 76 | 12 | 30 | 0 | 124 | 75 | 114 | 530 | 110 | 16 |
| Binary | 111110 | 1010 | 11000 | 0 | 1010100 | 111101 | 1001100 | 101011000 | 1001000 | 1110 |
Color Harmonies of #3E0A18
Complementary color
Monochromatic Colors of #3E0A18
Black with #3E0A18
Text Example
Text Example
White with #3E0A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A18; }
p { color: rgb(62,10,24); }
H1.HeaderClassName
{
color: #3E0A18;
}
.AnyTagClassName
{
color: #3E0A18;
}
</style>
background-color css
<style>
a { background-color: #3E0A18; }
a { background-color: rgb(62,10,24); }
div.DivClassName
{
background-color: #3E0A18;
}
.BgClassName
{
background-color: #3E0A18;
}
</style>
border-color css
<style>
span { border-color: #3E0A18; }
span { border-color: rgb(62,10,24); }
td.TdClassName
{
border-color: #3E0A18;
}
.TagClassName
{
border-color: #3E0A18;
}
</style>