Shades of Rustic Red #3E0918
Tints of Rustic Red #3E0918
RGB
CMYK
RGB Variations
Color information
#3E0918 (or 0x3E0918) is known color: Rustic Red. HEX triplet: 3E, 09 and 18. RGB value is (62,9,24). Sum of RGB (Red+Green+Blue) = 62+9+24=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0918 is #C1F6E7. Grayscale: #1A1A1A. Windows color (decimal): -12711656 or 1575230. OLE color: 1575230.
HSL color Cylindrical-coordinate representation of color #3E0918: hue angle of 343.02º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0918 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 24 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.76 |
| HSL | 343.02º | 0.75% | 0.14% | - |
| HSV(B) | 343.02º | 0.85% | 0.24% | - |
| XYZ | 2.25 | 1.29 | 0.99 | - |
| YUV | 26.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 24 | 0 | 0.85 | 0.61 | 0.76 | 343.02 | 0.75 | 0.14 |
| Hex | 3E | 9 | 18 | 0 | 55 | 3D | 4C | 157 | 4B | E |
| Octal | 76 | 11 | 30 | 0 | 125 | 75 | 114 | 527 | 113 | 16 |
| Binary | 111110 | 1001 | 11000 | 0 | 1010101 | 111101 | 1001100 | 101010111 | 1001011 | 1110 |
Color Harmonies of #3E0918
Complementary color
Monochromatic Colors of #3E0918
Black with #3E0918
Text Example
Text Example
White with #3E0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0918; }
p { color: rgb(62,9,24); }
H1.HeaderClassName
{
color: #3E0918;
}
.AnyTagClassName
{
color: #3E0918;
}
</style>
background-color css
<style>
a { background-color: #3E0918; }
a { background-color: rgb(62,9,24); }
div.DivClassName
{
background-color: #3E0918;
}
.BgClassName
{
background-color: #3E0918;
}
</style>
border-color css
<style>
span { border-color: #3E0918; }
span { border-color: rgb(62,9,24); }
td.TdClassName
{
border-color: #3E0918;
}
.TagClassName
{
border-color: #3E0918;
}
</style>