Shades of Rustic Red #3E0E1B
Tints of Rustic Red #3E0E1B
RGB
CMYK
RGB Variations
Color information
#3E0E1B (or 0x3E0E1B) is known color: Rustic Red. HEX triplet: 3E, 0E and 1B. RGB value is (62,14,27). Sum of RGB (Red+Green+Blue) = 62+14+27=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0E1B is #C1F1E4. Grayscale: #1D1D1D. Windows color (decimal): -12710373 or 1773118. OLE color: 1773118.
HSL color Cylindrical-coordinate representation of color #3E0E1B: hue angle of 343.75º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E0E1B is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 14 | 27 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.76 |
| HSL | 343.75º | 0.63% | 0.15% | - |
| HSV(B) | 343.75º | 0.77% | 0.24% | - |
| XYZ | 2.34 | 1.42 | 1.19 | - |
| YUV | 29.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 27 | 0 | 0.77 | 0.56 | 0.76 | 343.75 | 0.63 | 0.15 |
| Hex | 3E | E | 1B | 0 | 4D | 38 | 4C | 158 | 3F | F |
| Octal | 76 | 16 | 33 | 0 | 115 | 70 | 114 | 530 | 77 | 17 |
| Binary | 111110 | 1110 | 11011 | 0 | 1001101 | 111000 | 1001100 | 101011000 | 111111 | 1111 |
Color Harmonies of #3E0E1B
Complementary color
Monochromatic Colors of #3E0E1B
Black with #3E0E1B
Text Example
Text Example
White with #3E0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E1B; }
p { color: rgb(62,14,27); }
H1.HeaderClassName
{
color: #3E0E1B;
}
.AnyTagClassName
{
color: #3E0E1B;
}
</style>
background-color css
<style>
a { background-color: #3E0E1B; }
a { background-color: rgb(62,14,27); }
div.DivClassName
{
background-color: #3E0E1B;
}
.BgClassName
{
background-color: #3E0E1B;
}
</style>
border-color css
<style>
span { border-color: #3E0E1B; }
span { border-color: rgb(62,14,27); }
td.TdClassName
{
border-color: #3E0E1B;
}
.TagClassName
{
border-color: #3E0E1B;
}
</style>