#3E1C1F

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

Shades of Rustic Red #3E1C1F

Tints of Rustic Red #3E1C1F

Color information

#3E1C1F (or 0x3E1C1F) is unknown color: approx Rustic Red. HEX triplet: 3E, 1C and 1F. RGB value is (62,28,31). Sum of RGB (Red+Green+Blue) = 62+28+31=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1C1F is #C1E3E0. Grayscale: #262626. Windows color (decimal): -12706785 or 2038846. OLE color: 2038846.

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

Color convert

RGB622831-
CMYK00.550.50.76
HSL354.71º37.78%17.65%-
HSV(B)354.71º54.84%24.31%-
XYZ2.651.951.53-
YUV38.51123.76144.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 51.24%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=51.24%
G=23.14%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62283100.550.50.76354.7137.7817.65
Hex3E1C1F037324C1632612
Octal763437067621145434622
Binary11111011100111110110111110010100110010110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,28,31); }

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

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

 a { background-color: rgb(62,28,31); }

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

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

 span { border-color: rgb(62,28,31); }

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