COLOR #BE322E

HEX: #BE322E
RGB: (190,50,46)

Color info

#BE322E contains mainly red color. Web safe color of #BE322E is #CC3333 (or #C33).

RGB color model

#BE322E color RGB value is (190,50,46).

  • red value is 190;
  • green value is 50;
  • blue value is 46.
RGB:
(190,50,46)
(75%,20%,18%)

RGB channels and saturation

R 190 of 255 = 75%
G 50 of 255 = 20%
B 46 of 255 = 18%

190
50
46

R + G + B ~ 38%. #BE322E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 50 + 46 = 286 (100%)
R 190 of 286 ~ 66.43%
G 50 of 286 ~ 17.48%
B 46 of 286 ~ 16.08%

%66.43
%17.48
%16.08

CMYK color model

#BE322E color CMYK value is (0,74,76,25).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 75.79%
  • key color value is 25.49%
CMYK:
(0,74,76,25)
C0M74Y76K25 
(0%,74%,76%,25%)
(0.00/0.74/0.76/0.25)	

CMYK percentages

%0
%73.68
%75.79
%25.49

Codes

Color #BE322E in popluar color models

BE322E
RGB1905046
HSL61.02%46.27%
HSB/HSV75.79%74.51%
CMYK0.00%73.68%75.79%
25.49%

Color #BE322E in popluar number systems.

HEXBE322E
Decimal1905046
Binary10111110110010101110
Octal2766256

Shades and tints

Shades of #BE322E

#BE322E
(190,50,46)
#AD2E2A
(173,46,42)
#9C2A26
(156,42,38)
#8B2622
(139,38,34)
#7A221E
(122,34,30)
#691E1A
(105,30,26)
#581A16
(88,26,22)
#471612
(71,22,18)
#36120E
(54,18,14)
#250E0A
(37,14,10)
#140A06
(20,10,6)
#000000
(0,0,0)

Tints of #BE322E

#BE322E
(190,50,46)
#C34441
(195,68,65)
#C85654
(200,86,84)
#CD6867
(205,104,103)
#D27A7A
(210,122,122)
#D78C8D
(215,140,141)
#DC9EA0
(220,158,160)
#E1B0B3
(225,176,179)
#E6C2C6
(230,194,198)
#EBD4D9
(235,212,217)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE322E color. Also use rgb(190,50,46) instead hex code.

Text Font Color

.myTextColor { color: #BE322E; }

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

This text font color is #BE322E.


Background Color

.myBgColor { background-color: #BE322E; }

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

This div background color is #BE322E.


Border color

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

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

This div border color is #BE322E.


Opacity

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

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

Text with #BE322E 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 #BE322E;}

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

This text has shadow with #BE322E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE322E on black background.


Color preview on white background

This text has color #BE322E on white background.



Black color preview on #BE322E background

This text has black color on #BE322E background.


White color preview on #BE322E background

This text has white color on #BE322E background.