Shades of Rustic Red #3E0B13
Tints of Rustic Red #3E0B13
RGB
CMYK
RGB Variations
Color information
#3E0B13 (or 0x3E0B13) is known color: Rustic Red. HEX triplet: 3E, 0B and 13. RGB value is (62,11,19). Sum of RGB (Red+Green+Blue) = 62+11+19=92 (12% of max value = 765). Red value is 62 (24.61% from 255 or 67.39% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B13 is #C1F4EC. Grayscale: #1B1B1B. Windows color (decimal): -12711149 or 1248062. OLE color: 1248062.
HSL color Cylindrical-coordinate representation of color #3E0B13: hue angle of 350.59º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B13 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 19 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.76 |
| HSL | 350.59º | 0.7% | 0.14% | - |
| HSV(B) | 350.59º | 0.82% | 0.24% | - |
| XYZ | 2.22 | 1.31 | 0.75 | - |
| YUV | 27.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 19 | 0 | 0.82 | 0.69 | 0.76 | 350.59 | 0.7 | 0.14 |
| Hex | 3E | B | 13 | 0 | 52 | 45 | 4C | 15F | 46 | E |
| Octal | 76 | 13 | 23 | 0 | 122 | 105 | 114 | 537 | 106 | 16 |
| Binary | 111110 | 1011 | 10011 | 0 | 1010010 | 1000101 | 1001100 | 101011111 | 1000110 | 1110 |
Color Harmonies of #3E0B13
Complementary color
Monochromatic Colors of #3E0B13
Black with #3E0B13
Text Example
Text Example
White with #3E0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B13; }
p { color: rgb(62,11,19); }
H1.HeaderClassName
{
color: #3E0B13;
}
.AnyTagClassName
{
color: #3E0B13;
}
</style>
background-color css
<style>
a { background-color: #3E0B13; }
a { background-color: rgb(62,11,19); }
div.DivClassName
{
background-color: #3E0B13;
}
.BgClassName
{
background-color: #3E0B13;
}
</style>
border-color css
<style>
span { border-color: #3E0B13; }
span { border-color: rgb(62,11,19); }
td.TdClassName
{
border-color: #3E0B13;
}
.TagClassName
{
border-color: #3E0B13;
}
</style>