Shades of Rustic Red #3E0A0B
Tints of Rustic Red #3E0A0B
RGB
CMYK
RGB Variations
Color information
#3E0A0B (or 0x3E0A0B) is known color: Rustic Red. HEX triplet: 3E, 0A and 0B. RGB value is (62,10,11). Sum of RGB (Red+Green+Blue) = 62+10+11=83 (10% of max value = 765). Red value is 62 (24.61% from 255 or 74.70% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0A0B is #C1F5F4. Grayscale: #191919. Windows color (decimal): -12711413 or 723518. OLE color: 723518.
HSL color Cylindrical-coordinate representation of color #3E0A0B: hue angle of 358.85º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A0B is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 11 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.76 |
| HSL | 358.85º | 0.72% | 0.14% | - |
| HSV(B) | 358.85º | 0.84% | 0.24% | - |
| XYZ | 2.16 | 1.27 | 0.45 | - |
| YUV | 25.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 11 | 0 | 0.84 | 0.82 | 0.76 | 358.85 | 0.72 | 0.14 |
| Hex | 3E | A | B | 0 | 54 | 52 | 4C | 167 | 48 | E |
| Octal | 76 | 12 | 13 | 0 | 124 | 122 | 114 | 547 | 110 | 16 |
| Binary | 111110 | 1010 | 1011 | 0 | 1010100 | 1010010 | 1001100 | 101100111 | 1001000 | 1110 |
Color Harmonies of #3E0A0B
Complementary color
Monochromatic Colors of #3E0A0B
Black with #3E0A0B
Text Example
Text Example
White with #3E0A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A0B; }
p { color: rgb(62,10,11); }
H1.HeaderClassName
{
color: #3E0A0B;
}
.AnyTagClassName
{
color: #3E0A0B;
}
</style>
background-color css
<style>
a { background-color: #3E0A0B; }
a { background-color: rgb(62,10,11); }
div.DivClassName
{
background-color: #3E0A0B;
}
.BgClassName
{
background-color: #3E0A0B;
}
</style>
border-color css
<style>
span { border-color: #3E0A0B; }
span { border-color: rgb(62,10,11); }
td.TdClassName
{
border-color: #3E0A0B;
}
.TagClassName
{
border-color: #3E0A0B;
}
</style>