COLOR #BE0F39

HEX: #BE0F39
RGB: (190,15,57)

Color info

#BE0F39 contains mainly red color. Web safe color of #BE0F39 is #CC0033 (or #C03).

RGB color model

#BE0F39 color RGB value is (190,15,57).

  • red value is 190;
  • green value is 15;
  • blue value is 57.
RGB:
(190,15,57)
(75%,6%,22%)

RGB channels and saturation

R 190 of 255 = 75%
G 15 of 255 = 6%
B 57 of 255 = 22%

190
15
57

R + G + B ~ 34%. #BE0F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 15 + 57 = 262 (100%)
R 190 of 262 ~ 72.52%
G 15 of 262 ~ 5.73%
B 57 of 262 ~ 21.76%

%72.52
%21.76

CMYK color model

#BE0F39 color CMYK value is (0,92,70,25).

  • cyan value is 0.00%
  • magenta value is 92.11%
  • yellow value is 70.00%
  • key color value is 25.49%
CMYK:
(0,92,70,25)
C0M92Y70K25 
(0%,92%,70%,25%)
(0.00/0.92/0.70/0.25)	

CMYK percentages

%0
%92.11
%70
%25.49

Codes

Color #BE0F39 in popluar color models

BE0F39
RGB1901557
HSL346°85.37%40.20%
HSB/HSV346°92.11%74.51%
CMYK0.00%92.11%70.00%
25.49%

Color #BE0F39 in popluar number systems.

HEXBE0F39
Decimal1901557
Binary101111101111111001
Octal2761771

Shades and tints

Shades of #BE0F39

#BE0F39
(190,15,57)
#AD0E34
(173,14,52)
#9C0D2F
(156,13,47)
#8B0C2A
(139,12,42)
#7A0B25
(122,11,37)
#690A20
(105,10,32)
#58091B
(88,9,27)
#470816
(71,8,22)
#360711
(54,7,17)
#25060C
(37,6,12)
#140507
(20,5,7)
#000000
(0,0,0)

Tints of #BE0F39

#BE0F39
(190,15,57)
#C3244B
(195,36,75)
#C8395D
(200,57,93)
#CD4E6F
(205,78,111)
#D26381
(210,99,129)
#D77893
(215,120,147)
#DC8DA5
(220,141,165)
#E1A2B7
(225,162,183)
#E6B7C9
(230,183,201)
#EBCCDB
(235,204,219)
#F0E1ED
(240,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE0F39 color. Also use rgb(190,15,57) instead hex code.

Text Font Color

.myTextColor { color: #BE0F39; }

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

This text font color is #BE0F39.


Background Color

.myBgColor { background-color: #BE0F39; }

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

This div background color is #BE0F39.


Border color

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

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

This div border color is #BE0F39.


Opacity

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

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

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

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

This text has shadow with #BE0F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE0F39 on black background.


Color preview on white background

This text has color #BE0F39 on white background.



Black color preview on #BE0F39 background

This text has black color on #BE0F39 background.


White color preview on #BE0F39 background

This text has white color on #BE0F39 background.