Shades of Rustic Red #3E0915
Tints of Rustic Red #3E0915
RGB
CMYK
RGB Variations
Color information
#3E0915 (or 0x3E0915) is known color: Rustic Red. HEX triplet: 3E, 09 and 15. RGB value is (62,9,21). Sum of RGB (Red+Green+Blue) = 62+9+21=92 (12% of max value = 765). Red value is 62 (24.61% from 255 or 67.39% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0915 is #C1F6EA. Grayscale: #1A1A1A. Windows color (decimal): -12711659 or 1378622. OLE color: 1378622.
HSL color Cylindrical-coordinate representation of color #3E0915: hue angle of 346.42º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0915 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 21 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.76 |
| HSL | 346.42º | 0.75% | 0.14% | - |
| HSV(B) | 346.42º | 0.85% | 0.24% | - |
| XYZ | 2.22 | 1.27 | 0.84 | - |
| YUV | 26.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 21 | 0 | 0.85 | 0.66 | 0.76 | 346.42 | 0.75 | 0.14 |
| Hex | 3E | 9 | 15 | 0 | 55 | 42 | 4C | 15A | 4B | E |
| Octal | 76 | 11 | 25 | 0 | 125 | 102 | 114 | 532 | 113 | 16 |
| Binary | 111110 | 1001 | 10101 | 0 | 1010101 | 1000010 | 1001100 | 101011010 | 1001011 | 1110 |
Color Harmonies of #3E0915
Complementary color
Monochromatic Colors of #3E0915
Black with #3E0915
Text Example
Text Example
White with #3E0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0915; }
p { color: rgb(62,9,21); }
H1.HeaderClassName
{
color: #3E0915;
}
.AnyTagClassName
{
color: #3E0915;
}
</style>
background-color css
<style>
a { background-color: #3E0915; }
a { background-color: rgb(62,9,21); }
div.DivClassName
{
background-color: #3E0915;
}
.BgClassName
{
background-color: #3E0915;
}
</style>
border-color css
<style>
span { border-color: #3E0915; }
span { border-color: rgb(62,9,21); }
td.TdClassName
{
border-color: #3E0915;
}
.TagClassName
{
border-color: #3E0915;
}
</style>