#3E151D

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

Shades of Rustic Red #3E151D

Tints of Rustic Red #3E151D

Color information

#3E151D (or 0x3E151D) is unknown color: approx Rustic Red. HEX triplet: 3E, 15 and 1D. RGB value is (62,21,29). Sum of RGB (Red+Green+Blue) = 62+21+29=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E151D is #C1EAE2. Grayscale: #222222. Windows color (decimal): -12708579 or 1905982. OLE color: 1905982.

HSL color Cylindrical-coordinate representation of color #3E151D: hue angle of 348.29º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E151D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB622129-
CMYK00.660.530.76
HSL348.29º49.4%16.27%-
HSV(B)348.29º66.13%24.31%-
XYZ2.481.651.35-
YUV34.17125.08147.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 55.36%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=55.36%
G=18.75%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62212900.660.530.76348.2949.416.27
Hex3E151D042354C15c3110
Octal7625350102651145346120
Binary111110101011110101000010110101100110010101110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,29); }

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

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

 a { background-color: rgb(62,21,29); }

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

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

 span { border-color: rgb(62,21,29); }

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