Shades of Rustic Red #3E151C
Tints of Rustic Red #3E151C
RGB
CMYK
RGB Variations
Color information
#3E151C (or 0x3E151C) is known color: Rustic Red. HEX triplet: 3E, 15 and 1C. RGB value is (62,21,28). Sum of RGB (Red+Green+Blue) = 62+21+28=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E151C is #C1EAE3. Grayscale: #222222. Windows color (decimal): -12708580 or 1840446. OLE color: 1840446.
HSL color Cylindrical-coordinate representation of color #3E151C: hue angle of 349.76º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E151C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 28 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.76 |
| HSL | 349.76º | 0.49% | 0.16% | - |
| HSV(B) | 349.76º | 0.66% | 0.24% | - |
| XYZ | 2.46 | 1.64 | 1.29 | - |
| YUV | 34.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 28 | 0 | 0.66 | 0.55 | 0.76 | 349.76 | 0.49 | 0.16 |
| Hex | 3E | 15 | 1C | 0 | 42 | 37 | 4C | 15E | 31 | 10 |
| Octal | 76 | 25 | 34 | 0 | 102 | 67 | 114 | 536 | 61 | 20 |
| Binary | 111110 | 10101 | 11100 | 0 | 1000010 | 110111 | 1001100 | 101011110 | 110001 | 10000 |
Color Harmonies of #3E151C
Complementary color
Monochromatic Colors of #3E151C
Black with #3E151C
Text Example
Text Example
White with #3E151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E151C; }
p { color: rgb(62,21,28); }
H1.HeaderClassName
{
color: #3E151C;
}
.AnyTagClassName
{
color: #3E151C;
}
</style>
background-color css
<style>
a { background-color: #3E151C; }
a { background-color: rgb(62,21,28); }
div.DivClassName
{
background-color: #3E151C;
}
.BgClassName
{
background-color: #3E151C;
}
</style>
border-color css
<style>
span { border-color: #3E151C; }
span { border-color: rgb(62,21,28); }
td.TdClassName
{
border-color: #3E151C;
}
.TagClassName
{
border-color: #3E151C;
}
</style>