#3E1A1F

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

Shades of Rustic Red #3E1A1F

Tints of Rustic Red #3E1A1F

Color information

#3E1A1F (or 0x3E1A1F) is unknown color: approx Rustic Red. HEX triplet: 3E, 1A and 1F. RGB value is (62,26,31). Sum of RGB (Red+Green+Blue) = 62+26+31=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A1F is #C1E5E0. Grayscale: #252525. Windows color (decimal): -12707297 or 2038334. OLE color: 2038334.

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

Color convert

RGB622631-
CMYK00.580.50.76
HSL351.67º40.91%17.25%-
HSV(B)351.67º58.06%24.31%-
XYZ2.61.861.52-
YUV37.33124.43145.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 52.10%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=52.10%
G=21.85%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62263100.580.50.76351.6740.9117.25
Hex3E1A1F03A324C1602911
Octal763237072621145405121
Binary11111011010111110111010110010100110010110000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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