COLOR #BE3119

HEX: #BE3119
RGB: (190,49,25)

Color info

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

RGB color model

#BE3119 color RGB value is (190,49,25).

  • red value is 190;
  • green value is 49;
  • blue value is 25.
RGB:
(190,49,25)
(75%,19%,10%)

RGB channels and saturation

R 190 of 255 = 75%
G 49 of 255 = 19%
B 25 of 255 = 10%

190
49
25

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

Portions of RGB colors in percentages

R + G + B =
190 + 49 + 25 = 264 (100%)
R 190 of 264 ~ 71.97%
G 49 of 264 ~ 18.56%
B 25 of 264 ~ 9.47%

%71.97
%18.56

CMYK color model

#BE3119 color CMYK value is (0,74,87,25).

  • cyan value is 0.00%
  • magenta value is 74.21%
  • yellow value is 86.84%
  • key color value is 25.49%
CMYK:
(0,74,87,25)
C0M74Y87K25 
(0%,74%,87%,25%)
(0.00/0.74/0.87/0.25)	

CMYK percentages

%0
%74.21
%86.84
%25.49

Codes

Color #BE3119 in popluar color models

BE3119
RGB1904925
HSL76.74%42.16%
HSB/HSV86.84%74.51%
CMYK0.00%74.21%86.84%
25.49%

Color #BE3119 in popluar number systems.

HEXBE3119
Decimal1904925
Binary1011111011000111001
Octal2766131

Shades and tints

Shades of #BE3119

#BE3119
(190,49,25)
#AD2D17
(173,45,23)
#9C2915
(156,41,21)
#8B2513
(139,37,19)
#7A2111
(122,33,17)
#691D0F
(105,29,15)
#58190D
(88,25,13)
#47150B
(71,21,11)
#361109
(54,17,9)
#250D07
(37,13,7)
#140905
(20,9,5)
#000000
(0,0,0)

Tints of #BE3119

#BE3119
(190,49,25)
#C3432D
(195,67,45)
#C85541
(200,85,65)
#CD6755
(205,103,85)
#D27969
(210,121,105)
#D78B7D
(215,139,125)
#DC9D91
(220,157,145)
#E1AFA5
(225,175,165)
#E6C1B9
(230,193,185)
#EBD3CD
(235,211,205)
#F0E5E1
(240,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE3119 color. Also use rgb(190,49,25) instead hex code.

Text Font Color

.myTextColor { color: #BE3119; }

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

This text font color is #BE3119.


Background Color

.myBgColor { background-color: #BE3119; }

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

This div background color is #BE3119.


Border color

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

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

This div border color is #BE3119.


Opacity

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

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

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

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

This text has shadow with #BE3119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE3119 on black background.


Color preview on white background

This text has color #BE3119 on white background.



Black color preview on #BE3119 background

This text has black color on #BE3119 background.


White color preview on #BE3119 background

This text has white color on #BE3119 background.