Shades of Rustic Red #3E030F
Tints of Rustic Red #3E030F
RGB
CMYK
RGB Variations
Color information
#3E030F (or 0x3E030F) is known color: Rustic Red. HEX triplet: 3E, 03 and 0F. RGB value is (62,3,15). Sum of RGB (Red+Green+Blue) = 62+3+15=80 (10% of max value = 765). Red value is 62 (24.61% from 255 or 77.5% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 62 - color contains mainly: red. Hex color #3E030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E030F is #C1FCF0. Grayscale: #161616. Windows color (decimal): -12713201 or 983870. OLE color: 983870.
HSL color Cylindrical-coordinate representation of color #3E030F: hue angle of 347.8º 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 #3E030F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 15 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.76 |
| HSL | 347.8º | 0.91% | 0.13% | - |
| HSV(B) | 347.8º | 0.95% | 0.24% | - |
| XYZ | 2.11 | 1.12 | 0.56 | - |
| YUV | 22.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 15 | 0 | 0.95 | 0.76 | 0.76 | 347.8 | 0.91 | 0.13 |
| Hex | 3E | 3 | F | 0 | 5F | 4C | 4C | 15C | 5B | D |
| Octal | 76 | 3 | 17 | 0 | 137 | 114 | 114 | 534 | 133 | 15 |
| Binary | 111110 | 11 | 1111 | 0 | 1011111 | 1001100 | 1001100 | 101011100 | 1011011 | 1101 |
Color Harmonies of #3E030F
Complementary color
Monochromatic Colors of #3E030F
Black with #3E030F
Text Example
Text Example
White with #3E030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E030F; }
p { color: rgb(62,3,15); }
H1.HeaderClassName
{
color: #3E030F;
}
.AnyTagClassName
{
color: #3E030F;
}
</style>
background-color css
<style>
a { background-color: #3E030F; }
a { background-color: rgb(62,3,15); }
div.DivClassName
{
background-color: #3E030F;
}
.BgClassName
{
background-color: #3E030F;
}
</style>
border-color css
<style>
span { border-color: #3E030F; }
span { border-color: rgb(62,3,15); }
td.TdClassName
{
border-color: #3E030F;
}
.TagClassName
{
border-color: #3E030F;
}
</style>