Shades of Rustic Red #3E161E
Tints of Rustic Red #3E161E
RGB
CMYK
RGB Variations
Color information
#3E161E (or 0x3E161E) is known color: Rustic Red. HEX triplet: 3E, 16 and 1E. RGB value is (62,22,30). Sum of RGB (Red+Green+Blue) = 62+22+30=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E161E is #C1E9E1. Grayscale: #222222. Windows color (decimal): -12708322 or 1971774. OLE color: 1971774.
HSL color Cylindrical-coordinate representation of color #3E161E: hue angle of 348º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E161E is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 30 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.76 |
| HSL | 348º | 0.48% | 0.16% | - |
| HSV(B) | 348º | 0.65% | 0.24% | - |
| XYZ | 2.51 | 1.69 | 1.42 | - |
| YUV | 34.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 30 | 0 | 0.65 | 0.52 | 0.76 | 348 | 0.48 | 0.16 |
| Hex | 3E | 16 | 1E | 0 | 41 | 34 | 4C | 15C | 30 | 10 |
| Octal | 76 | 26 | 36 | 0 | 101 | 64 | 114 | 534 | 60 | 20 |
| Binary | 111110 | 10110 | 11110 | 0 | 1000001 | 110100 | 1001100 | 101011100 | 110000 | 10000 |
Color Harmonies of #3E161E
Complementary color
Monochromatic Colors of #3E161E
Black with #3E161E
Text Example
Text Example
White with #3E161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E161E; }
p { color: rgb(62,22,30); }
H1.HeaderClassName
{
color: #3E161E;
}
.AnyTagClassName
{
color: #3E161E;
}
</style>
background-color css
<style>
a { background-color: #3E161E; }
a { background-color: rgb(62,22,30); }
div.DivClassName
{
background-color: #3E161E;
}
.BgClassName
{
background-color: #3E161E;
}
</style>
border-color css
<style>
span { border-color: #3E161E; }
span { border-color: rgb(62,22,30); }
td.TdClassName
{
border-color: #3E161E;
}
.TagClassName
{
border-color: #3E161E;
}
</style>