Shades of Rustic Red #3E1718
Tints of Rustic Red #3E1718
RGB
CMYK
RGB Variations
Color information
#3E1718 (or 0x3E1718) is known color: Rustic Red. HEX triplet: 3E, 17 and 18. RGB value is (62,23,24). Sum of RGB (Red+Green+Blue) = 62+23+24=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1718 is #C1E8E7. Grayscale: #222222. Windows color (decimal): -12708072 or 1578814. OLE color: 1578814.
HSL color Cylindrical-coordinate representation of color #3E1718: hue angle of 358.46º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E1718 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 24 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.76 |
| HSL | 358.46º | 0.46% | 0.17% | - |
| HSV(B) | 358.46º | 0.63% | 0.24% | - |
| XYZ | 2.46 | 1.7 | 1.06 | - |
| YUV | 34.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 24 | 0 | 0.63 | 0.61 | 0.76 | 358.46 | 0.46 | 0.17 |
| Hex | 3E | 17 | 18 | 0 | 3F | 3D | 4C | 166 | 2E | 11 |
| Octal | 76 | 27 | 30 | 0 | 77 | 75 | 114 | 546 | 56 | 21 |
| Binary | 111110 | 10111 | 11000 | 0 | 111111 | 111101 | 1001100 | 101100110 | 101110 | 10001 |
Color Harmonies of #3E1718
Complementary color
Monochromatic Colors of #3E1718
Black with #3E1718
Text Example
Text Example
White with #3E1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1718; }
p { color: rgb(62,23,24); }
H1.HeaderClassName
{
color: #3E1718;
}
.AnyTagClassName
{
color: #3E1718;
}
</style>
background-color css
<style>
a { background-color: #3E1718; }
a { background-color: rgb(62,23,24); }
div.DivClassName
{
background-color: #3E1718;
}
.BgClassName
{
background-color: #3E1718;
}
</style>
border-color css
<style>
span { border-color: #3E1718; }
span { border-color: rgb(62,23,24); }
td.TdClassName
{
border-color: #3E1718;
}
.TagClassName
{
border-color: #3E1718;
}
</style>