#3E181D

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

Shades of Rustic Red #3E181D

Tints of Rustic Red #3E181D

Color information

#3E181D (or 0x3E181D) is unknown color: approx Rustic Red. HEX triplet: 3E, 18 and 1D. RGB value is (62,24,29). Sum of RGB (Red+Green+Blue) = 62+24+29=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E181D is #C1E7E2. Grayscale: #232323. Windows color (decimal): -12707811 or 1906750. OLE color: 1906750.

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

Color convert

RGB622429-
CMYK00.610.530.76
HSL352.11º44.19%16.86%-
HSV(B)352.11º61.29%24.31%-
XYZ2.541.771.37-
YUV35.93124.09146.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.91%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 29 (11.72% from 255) = 25.22%
R=53.91%
G=20.87%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62242900.610.530.76352.1144.1916.86
Hex3E181D03D354C1602c11
Octal763035075651145405421
Binary11111011000111010111101110101100110010110000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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