#3E1B1D

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

Shades of Rustic Red #3E1B1D

Tints of Rustic Red #3E1B1D

Color information

#3E1B1D (or 0x3E1B1D) is unknown color: approx Rustic Red. HEX triplet: 3E, 1B and 1D. RGB value is (62,27,29). Sum of RGB (Red+Green+Blue) = 62+27+29=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B1D is #C1E4E2. Grayscale: #252525. Windows color (decimal): -12707043 or 1907518. OLE color: 1907518.

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

Color convert

RGB622729-
CMYK00.560.530.76
HSL356.57º39.33%17.45%-
HSV(B)356.57º56.45%24.31%-
XYZ2.61.91.39-
YUV37.69123.1145.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.54%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=52.54%
G=22.88%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62272900.560.530.76356.5739.3317.45
Hex3E1B1D038354C1652711
Octal763335070651145454721
Binary11111011011111010111000110101100110010110010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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