Shades of Rustic Red #3E0F1A
Tints of Rustic Red #3E0F1A
RGB
CMYK
RGB Variations
Color information
#3E0F1A (or 0x3E0F1A) is known color: Rustic Red. HEX triplet: 3E, 0F and 1A. RGB value is (62,15,26). Sum of RGB (Red+Green+Blue) = 62+15+26=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0F1A is #C1F0E5. Grayscale: #1E1E1E. Windows color (decimal): -12710118 or 1707838. OLE color: 1707838.
HSL color Cylindrical-coordinate representation of color #3E0F1A: hue angle of 345.96º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E0F1A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 15 | 26 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.76 |
| HSL | 345.96º | 0.61% | 0.15% | - |
| HSV(B) | 345.96º | 0.76% | 0.24% | - |
| XYZ | 2.34 | 1.44 | 1.13 | - |
| YUV | 30.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 26 | 0 | 0.76 | 0.58 | 0.76 | 345.96 | 0.61 | 0.15 |
| Hex | 3E | F | 1A | 0 | 4C | 3A | 4C | 15A | 3D | F |
| Octal | 76 | 17 | 32 | 0 | 114 | 72 | 114 | 532 | 75 | 17 |
| Binary | 111110 | 1111 | 11010 | 0 | 1001100 | 111010 | 1001100 | 101011010 | 111101 | 1111 |
Color Harmonies of #3E0F1A
Complementary color
Monochromatic Colors of #3E0F1A
Black with #3E0F1A
Text Example
Text Example
White with #3E0F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F1A; }
p { color: rgb(62,15,26); }
H1.HeaderClassName
{
color: #3E0F1A;
}
.AnyTagClassName
{
color: #3E0F1A;
}
</style>
background-color css
<style>
a { background-color: #3E0F1A; }
a { background-color: rgb(62,15,26); }
div.DivClassName
{
background-color: #3E0F1A;
}
.BgClassName
{
background-color: #3E0F1A;
}
</style>
border-color css
<style>
span { border-color: #3E0F1A; }
span { border-color: rgb(62,15,26); }
td.TdClassName
{
border-color: #3E0F1A;
}
.TagClassName
{
border-color: #3E0F1A;
}
</style>