Shades of Rustic Red #3E181C
Tints of Rustic Red #3E181C
RGB
CMYK
RGB Variations
Color information
#3E181C (or 0x3E181C) is known color: Rustic Red. HEX triplet: 3E, 18 and 1C. RGB value is (62,24,28). Sum of RGB (Red+Green+Blue) = 62+24+28=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E181C is #C1E7E3. Grayscale: #232323. Windows color (decimal): -12707812 or 1841214. OLE color: 1841214.
HSL color Cylindrical-coordinate representation of color #3E181C: hue angle of 353.68º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E181C is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 28 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.76 |
| HSL | 353.68º | 0.44% | 0.17% | - |
| HSV(B) | 353.68º | 0.61% | 0.24% | - |
| XYZ | 2.52 | 1.76 | 1.31 | - |
| YUV | 35.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 28 | 0 | 0.61 | 0.55 | 0.76 | 353.68 | 0.44 | 0.17 |
| Hex | 3E | 18 | 1C | 0 | 3D | 37 | 4C | 162 | 2C | 11 |
| Octal | 76 | 30 | 34 | 0 | 75 | 67 | 114 | 542 | 54 | 21 |
| Binary | 111110 | 11000 | 11100 | 0 | 111101 | 110111 | 1001100 | 101100010 | 101100 | 10001 |
Color Harmonies of #3E181C
Complementary color
Monochromatic Colors of #3E181C
Black with #3E181C
Text Example
Text Example
White with #3E181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E181C; }
p { color: rgb(62,24,28); }
H1.HeaderClassName
{
color: #3E181C;
}
.AnyTagClassName
{
color: #3E181C;
}
</style>
background-color css
<style>
a { background-color: #3E181C; }
a { background-color: rgb(62,24,28); }
div.DivClassName
{
background-color: #3E181C;
}
.BgClassName
{
background-color: #3E181C;
}
</style>
border-color css
<style>
span { border-color: #3E181C; }
span { border-color: rgb(62,24,28); }
td.TdClassName
{
border-color: #3E181C;
}
.TagClassName
{
border-color: #3E181C;
}
</style>