Shades of Rustic Red #3E0005
Tints of Rustic Red #3E0005
RGB
CMYK
RGB Variations
Color information
#3E0005 (or 0x3E0005) is known color: Rustic Red. HEX triplet: 3E, 00 and 05. RGB value is (62,0,5). Sum of RGB (Red+Green+Blue) = 62+0+5=67 (8% of max value = 765). Red value is 62 (24.61% from 255 or 92.54% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 5 (2.34% from 255 or 7.46% from 67); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0005 is #C1FFFA. Grayscale: #131313. Windows color (decimal): -12713979 or 327742. OLE color: 327742.
HSL color Cylindrical-coordinate representation of color #3E0005: hue angle of 355.16º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0005 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.92 | 0.76 |
| HSL | 355.16º | 1% | 0.12% | - |
| HSV(B) | 355.16º | 1% | 0.24% | - |
| XYZ | 2.01 | 1.04 | 0.24 | - |
| YUV | 19.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 5 | 0 | 1 | 0.92 | 0.76 | 355.16 | 1 | 0.12 |
| Hex | 3E | 0 | 5 | 0 | 64 | 5C | 4C | 163 | 64 | C |
| Octal | 76 | 0 | 5 | 0 | 144 | 134 | 114 | 543 | 144 | 14 |
| Binary | 111110 | 0 | 101 | 0 | 1100100 | 1011100 | 1001100 | 101100011 | 1100100 | 1100 |
Color Harmonies of #3E0005
Complementary color
Monochromatic Colors of #3E0005
Black with #3E0005
Text Example
Text Example
White with #3E0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0005; }
p { color: rgb(62,0,5); }
H1.HeaderClassName
{
color: #3E0005;
}
.AnyTagClassName
{
color: #3E0005;
}
</style>
background-color css
<style>
a { background-color: #3E0005; }
a { background-color: rgb(62,0,5); }
div.DivClassName
{
background-color: #3E0005;
}
.BgClassName
{
background-color: #3E0005;
}
</style>
border-color css
<style>
span { border-color: #3E0005; }
span { border-color: rgb(62,0,5); }
td.TdClassName
{
border-color: #3E0005;
}
.TagClassName
{
border-color: #3E0005;
}
</style>