Shades of Rustic Red #3E030A
Tints of Rustic Red #3E030A
RGB
CMYK
RGB Variations
Color information
#3E030A (or 0x3E030A) is known color: Rustic Red. HEX triplet: 3E, 03 and 0A. RGB value is (62,3,10). Sum of RGB (Red+Green+Blue) = 62+3+10=75 (9% of max value = 765). Red value is 62 (24.61% from 255 or 82.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 62 - color contains mainly: red. Hex color #3E030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E030A is #C1FCF5. Grayscale: #151515. Windows color (decimal): -12713206 or 656190. OLE color: 656190.
HSL color Cylindrical-coordinate representation of color #3E030A: hue angle of 352.88º 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 #3E030A is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 10 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.76 |
| HSL | 352.88º | 0.91% | 0.13% | - |
| HSV(B) | 352.88º | 0.95% | 0.24% | - |
| XYZ | 2.07 | 1.11 | 0.39 | - |
| YUV | 21.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 10 | 0 | 0.95 | 0.84 | 0.76 | 352.88 | 0.91 | 0.13 |
| Hex | 3E | 3 | A | 0 | 5F | 54 | 4C | 161 | 5B | D |
| Octal | 76 | 3 | 12 | 0 | 137 | 124 | 114 | 541 | 133 | 15 |
| Binary | 111110 | 11 | 1010 | 0 | 1011111 | 1010100 | 1001100 | 101100001 | 1011011 | 1101 |
Color Harmonies of #3E030A
Complementary color
Monochromatic Colors of #3E030A
Black with #3E030A
Text Example
Text Example
White with #3E030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E030A; }
p { color: rgb(62,3,10); }
H1.HeaderClassName
{
color: #3E030A;
}
.AnyTagClassName
{
color: #3E030A;
}
</style>
background-color css
<style>
a { background-color: #3E030A; }
a { background-color: rgb(62,3,10); }
div.DivClassName
{
background-color: #3E030A;
}
.BgClassName
{
background-color: #3E030A;
}
</style>
border-color css
<style>
span { border-color: #3E030A; }
span { border-color: rgb(62,3,10); }
td.TdClassName
{
border-color: #3E030A;
}
.TagClassName
{
border-color: #3E030A;
}
</style>