Shades of Rustic Red #3E090B
Tints of Rustic Red #3E090B
RGB
CMYK
RGB Variations
Color information
#3E090B (or 0x3E090B) is known color: Rustic Red. HEX triplet: 3E, 09 and 0B. RGB value is (62,9,11). Sum of RGB (Red+Green+Blue) = 62+9+11=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E090B is #C1F6F4. Grayscale: #191919. Windows color (decimal): -12711669 or 723262. OLE color: 723262.
HSL color Cylindrical-coordinate representation of color #3E090B: hue angle of 357.74º 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 #3E090B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 11 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.76 |
| HSL | 357.74º | 0.75% | 0.14% | - |
| HSV(B) | 357.74º | 0.85% | 0.24% | - |
| XYZ | 2.14 | 1.24 | 0.44 | - |
| YUV | 25.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 11 | 0 | 0.85 | 0.82 | 0.76 | 357.74 | 0.75 | 0.14 |
| Hex | 3E | 9 | B | 0 | 55 | 52 | 4C | 166 | 4B | E |
| Octal | 76 | 11 | 13 | 0 | 125 | 122 | 114 | 546 | 113 | 16 |
| Binary | 111110 | 1001 | 1011 | 0 | 1010101 | 1010010 | 1001100 | 101100110 | 1001011 | 1110 |
Color Harmonies of #3E090B
Complementary color
Monochromatic Colors of #3E090B
Black with #3E090B
Text Example
Text Example
White with #3E090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E090B; }
p { color: rgb(62,9,11); }
H1.HeaderClassName
{
color: #3E090B;
}
.AnyTagClassName
{
color: #3E090B;
}
</style>
background-color css
<style>
a { background-color: #3E090B; }
a { background-color: rgb(62,9,11); }
div.DivClassName
{
background-color: #3E090B;
}
.BgClassName
{
background-color: #3E090B;
}
</style>
border-color css
<style>
span { border-color: #3E090B; }
span { border-color: rgb(62,9,11); }
td.TdClassName
{
border-color: #3E090B;
}
.TagClassName
{
border-color: #3E090B;
}
</style>