COLOR #BE3E12

HEX: #BE3E12 RGB: (190,62,18)

Color info

#BE3E12 contains mainly red color. Web safe color of #BE3E12 is #CC3300 (or #C30).

RGB color model

#BE3E12 color RGB value is (190,62,18).

RGB: (190,62,18) (75%, 24%, 7%)

RGB channels and saturation

R 190 of 255 = 75%
G 62 of 255 = 24%
B 18 of 255 = 7%

190
62
18

R + G + B ~ 35%. #BE3E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 190 + 62 + 18 = 270 (100%)
R 190 of 270 ~ 70.37%
G 62 of 270 ~ 22.96%
B 18 of 270 ~ 6.67'%

%70.37
%22.96

CMYK color model

#BE3E12 color CMYK value is (0,67,91,25).

  • cyan value is 0.00%
  • magenta value is 67.37%
  • yellow value is 90.53%
  • key color value is 25.49%

CMYK: (0,67,91,25)
C0M67Y91K25 (0%, 67%, 91%, 25%)
(0.00 / 0.67 / 0.91 / 0.25)

CMYK percentages

%0
%67.37
%90.53
%25.49

Codes

Color #BE3E12 in popluar color models

BE 3E 12
RGB 190 62 18
HSL 15° 82.69% 40.78%
HSB/HSV 15° 90.53% 74.51%
CMYK 0.00% 67.37% 90.53%
25.49%

Color #BE3E12 in popluar number systems.

HEX BE 3E 12
Decimal 190 62 18
Binary 10111110 111110 10010
Octal 276 76 22

Shades and tints

Shades of #BE3E12

#BE3E12
(190,62,18)
#AD3911
(173,57,17)
#9C3410
(156,52,16)
#8B2F0F
(139,47,15)
#7A2A0E
(122,42,14)
#69250D
(105,37,13)
#58200C
(88,32,12)
#471B0B
(71,27,11)
#36160A
(54,22,10)
#251109
(37,17,9)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #BE3E12

#BE3E12
(190,62,18)
#C34F27
(195,79,39)
#C8603C
(200,96,60)
#CD7151
(205,113,81)
#D28266
(210,130,102)
#D7937B
(215,147,123)
#DCA490
(220,164,144)
#E1B5A5
(225,181,165)
#E6C6BA
(230,198,186)
#EBD7CF
(235,215,207)
#F0E8E4
(240,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE3E12 color. Also use rgb(190,62,18) instead hex code.

Text Font Color

.myTextColor { color: #BE3E12; }

<p style="color:#BE3E12">This sample text font color is #BE3E12.</p>

This text font color is #BE3E12.

Background Color

.myBgColor { background-color: #BE3E12; }

<div style="background-color:#BE3E12">Inner text</div>

This div background color is #BE3E12.

Border color

.myBorderColor { border: 1px solid #BE3E12; }

<div style="border:3px solid #BE3E12">Div</div>

This div border color is #BE3E12.

Opacity

.myOpacity80 { color: #BE3E12; opacity: 0.8; }

<p style="color:#BE3E12;opacity:0.8;">80%</p>

Text with #BE3E12 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE3E12;}

<p style="text-shadow: 3px 3px 1px #BE3E12">Text here.</p>

This text has shadow with #BE3E12 color.


.textShadow {text-shadow: 3px 3px 1px #BE3E12', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE3E12, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE3E12 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE3E12, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE3E12, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE3E12 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BE3E12;
-webkit-box-shadow: 1px 1px 3px 2px #BE3E12;
box-shadow: 1px 1px 3px 2px #BE3E12;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE3E12; -webkit-box-shadow: 1px 1px 3px 2px #BE3E12; box-shadow:1px 1px 3px 2px #BE3E12;">
Div content here
</div>

This div box has shadow with color #BE3E12.

Preview

Color preview on black background

This text has color #BE3E12 on black background.


Color preview on white background

This text has color #BE3E12 on white background.


Black color preview on #BE3E12 background

This text has black color on #BE3E12 background.


White color preview on #BE3E12 background

This text has white color on #BE3E12 background.


Related colors

Complementary color

Complementary color for #hex is #41C1ED.


I love getcolorcode.com

Triadic colors

1 #12BE3E and #3E12BE with #BE3E12 are triadic colors.

2 #123EBE and #3EBE12 with #BE3E12 are triadic colors.