Shades of Rustic Red #3E151A
Tints of Rustic Red #3E151A
RGB
CMYK
RGB Variations
Color information
#3E151A (or 0x3E151A) is known color: Rustic Red. HEX triplet: 3E, 15 and 1A. RGB value is (62,21,26). Sum of RGB (Red+Green+Blue) = 62+21+26=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E151A is #C1EAE5. Grayscale: #212121. Windows color (decimal): -12708582 or 1709374. OLE color: 1709374.
HSL color Cylindrical-coordinate representation of color #3E151A: hue angle of 352.68º 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 #3E151A is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 26 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.76 |
| HSL | 352.68º | 0.49% | 0.16% | - |
| HSV(B) | 352.68º | 0.66% | 0.24% | - |
| XYZ | 2.44 | 1.64 | 1.16 | - |
| YUV | 33.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 26 | 0 | 0.66 | 0.58 | 0.76 | 352.68 | 0.49 | 0.16 |
| Hex | 3E | 15 | 1A | 0 | 42 | 3A | 4C | 161 | 31 | 10 |
| Octal | 76 | 25 | 32 | 0 | 102 | 72 | 114 | 541 | 61 | 20 |
| Binary | 111110 | 10101 | 11010 | 0 | 1000010 | 111010 | 1001100 | 101100001 | 110001 | 10000 |
Color Harmonies of #3E151A
Complementary color
Monochromatic Colors of #3E151A
Black with #3E151A
Text Example
Text Example
White with #3E151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E151A; }
p { color: rgb(62,21,26); }
H1.HeaderClassName
{
color: #3E151A;
}
.AnyTagClassName
{
color: #3E151A;
}
</style>
background-color css
<style>
a { background-color: #3E151A; }
a { background-color: rgb(62,21,26); }
div.DivClassName
{
background-color: #3E151A;
}
.BgClassName
{
background-color: #3E151A;
}
</style>
border-color css
<style>
span { border-color: #3E151A; }
span { border-color: rgb(62,21,26); }
td.TdClassName
{
border-color: #3E151A;
}
.TagClassName
{
border-color: #3E151A;
}
</style>