Shades of Rustic Red #3E090F
Tints of Rustic Red #3E090F
RGB
CMYK
RGB Variations
Color information
#3E090F (or 0x3E090F) is known color: Rustic Red. HEX triplet: 3E, 09 and 0F. RGB value is (62,9,15). Sum of RGB (Red+Green+Blue) = 62+9+15=86 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.09% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 62 - color contains mainly: red. Hex color #3E090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E090F is #C1F6F0. Grayscale: #191919. Windows color (decimal): -12711665 or 985406. OLE color: 985406.
HSL color Cylindrical-coordinate representation of color #3E090F: hue angle of 353.21º 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 #3E090F is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 15 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.76 |
| HSL | 353.21º | 0.75% | 0.14% | - |
| HSV(B) | 353.21º | 0.85% | 0.24% | - |
| XYZ | 2.17 | 1.25 | 0.58 | - |
| YUV | 25.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 15 | 0 | 0.85 | 0.76 | 0.76 | 353.21 | 0.75 | 0.14 |
| Hex | 3E | 9 | F | 0 | 55 | 4C | 4C | 161 | 4B | E |
| Octal | 76 | 11 | 17 | 0 | 125 | 114 | 114 | 541 | 113 | 16 |
| Binary | 111110 | 1001 | 1111 | 0 | 1010101 | 1001100 | 1001100 | 101100001 | 1001011 | 1110 |
Color Harmonies of #3E090F
Complementary color
Monochromatic Colors of #3E090F
Black with #3E090F
Text Example
Text Example
White with #3E090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E090F; }
p { color: rgb(62,9,15); }
H1.HeaderClassName
{
color: #3E090F;
}
.AnyTagClassName
{
color: #3E090F;
}
</style>
background-color css
<style>
a { background-color: #3E090F; }
a { background-color: rgb(62,9,15); }
div.DivClassName
{
background-color: #3E090F;
}
.BgClassName
{
background-color: #3E090F;
}
</style>
border-color css
<style>
span { border-color: #3E090F; }
span { border-color: rgb(62,9,15); }
td.TdClassName
{
border-color: #3E090F;
}
.TagClassName
{
border-color: #3E090F;
}
</style>