#3E1D1E

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

Shades of Rustic Red #3E1D1E

Tints of Rustic Red #3E1D1E

Color information

#3E1D1E (or 0x3E1D1E) is unknown color: approx Rustic Red. HEX triplet: 3E, 1D and 1E. RGB value is (62,29,30). Sum of RGB (Red+Green+Blue) = 62+29+30=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D1E is #C1E2E1. Grayscale: #272727. Windows color (decimal): -12706530 or 1973566. OLE color: 1973566.

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

Color convert

RGB622930-
CMYK00.530.520.76
HSL358.18º36.26%17.84%-
HSV(B)358.18º53.23%24.31%-
XYZ2.6621.47-
YUV38.98122.93144.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=51.24%
G=23.97%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62293000.530.520.76358.1836.2617.84
Hex3E1D1E035344C1662412
Octal763536065641145464422
Binary11111011101111100110101110100100110010110011010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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