#3E141A

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

Shades of Rustic Red #3E141A

Tints of Rustic Red #3E141A

Color information

#3E141A (or 0x3E141A) is unknown color: approx Rustic Red. HEX triplet: 3E, 14 and 1A. RGB value is (62,20,26). Sum of RGB (Red+Green+Blue) = 62+20+26=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E141A is #C1EBE5. Grayscale: #212121. Windows color (decimal): -12708838 or 1709118. OLE color: 1709118.

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

Color convert

RGB622026-
CMYK00.680.580.76
HSL351.43º51.22%16.08%-
HSV(B)351.43º67.74%24.31%-
XYZ2.421.61.16-
YUV33.24123.91148.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 57.41%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=57.41%
G=18.52%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62202600.680.580.76351.4351.2216.08
Hex3E141A0443A4C15f3310
Octal7624320104721145376320
Binary111110101001101001000100111010100110010101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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