Shades of Rustic Red #3E0314
Tints of Rustic Red #3E0314
RGB
CMYK
RGB Variations
Color information
#3E0314 (or 0x3E0314) is known color: Rustic Red. HEX triplet: 3E, 03 and 14. RGB value is (62,3,20). Sum of RGB (Red+Green+Blue) = 62+3+20=85 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.94% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0314 is #C1FCEB. Grayscale: #161616. Windows color (decimal): -12713196 or 1311550. OLE color: 1311550.
HSL color Cylindrical-coordinate representation of color #3E0314: hue angle of 342.71º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0314 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 20 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.76 |
| HSL | 342.71º | 0.91% | 0.13% | - |
| HSV(B) | 342.71º | 0.95% | 0.24% | - |
| XYZ | 2.15 | 1.14 | 0.77 | - |
| YUV | 22.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 20 | 0 | 0.95 | 0.68 | 0.76 | 342.71 | 0.91 | 0.13 |
| Hex | 3E | 3 | 14 | 0 | 5F | 44 | 4C | 157 | 5B | D |
| Octal | 76 | 3 | 24 | 0 | 137 | 104 | 114 | 527 | 133 | 15 |
| Binary | 111110 | 11 | 10100 | 0 | 1011111 | 1000100 | 1001100 | 101010111 | 1011011 | 1101 |
Color Harmonies of #3E0314
Complementary color
Monochromatic Colors of #3E0314
Black with #3E0314
Text Example
Text Example
White with #3E0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0314; }
p { color: rgb(62,3,20); }
H1.HeaderClassName
{
color: #3E0314;
}
.AnyTagClassName
{
color: #3E0314;
}
</style>
background-color css
<style>
a { background-color: #3E0314; }
a { background-color: rgb(62,3,20); }
div.DivClassName
{
background-color: #3E0314;
}
.BgClassName
{
background-color: #3E0314;
}
</style>
border-color css
<style>
span { border-color: #3E0314; }
span { border-color: rgb(62,3,20); }
td.TdClassName
{
border-color: #3E0314;
}
.TagClassName
{
border-color: #3E0314;
}
</style>