#3E1114

Color #3E1114 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3E1114

Tints of Rustic Red #3E1114

Color information

#3E1114 (or 0x3E1114) is unknown color: approx Rustic Red. HEX triplet: 3E, 11 and 14. RGB value is (62,17,20). Sum of RGB (Red+Green+Blue) = 62+17+20=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1114 is #C1EEEB. Grayscale: #1E1E1E. Windows color (decimal): -12709612 or 1315134. OLE color: 1315134.

HSL color Cylindrical-coordinate representation of color #3E1114: hue angle of 356º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1114 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB621720-
CMYK00.730.680.76
HSL356º56.96%15.49%-
HSV(B)356º72.58%24.31%-
XYZ2.311.480.82-
YUV30.8121.91150.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 62.63%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=62.63%
G=17.17%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62172000.730.680.7635656.9615.49
Hex3E1114049444C16439f
Octal76212401111041145447117
Binary111110100011010001001001100010010011001011001001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1114; }

 p { color: rgb(62,17,20); }

 H1.HeaderClassName
 {
   color: #3E1114;
 }
 .AnyTagClassName
 {
   color: #3E1114;
 }
</style>
background-color css

<style>
 a { background-color: #3E1114; }

 a { background-color: rgb(62,17,20); }

 div.DivClassName
 {
   background-color: #3E1114;
 }
 .BgClassName
 {
   background-color: #3E1114;
 }
</style>
border-color css

<style>
 span { border-color: #3E1114; }

 span { border-color: rgb(62,17,20); }

 td.TdClassName
 {
   border-color: #3E1114;
 }
 .TagClassName
 {
   border-color: #3E1114;
 }
</style>