COLOR #BE024D

HEX: #BE024D
RGB: (190,2,77)

Color info

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

RGB color model

#BE024D color RGB value is (190,2,77).

  • red value is 190;
  • green value is 2;
  • blue value is 77.
RGB:
(190,2,77)
(75%,1%,30%)

RGB channels and saturation

R 190 of 255 = 75%
G 2 of 255 = 1%
B 77 of 255 = 30%

190
2
77

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

Portions of RGB colors in percentages

R + G + B =
190 + 2 + 77 = 269 (100%)
R 190 of 269 ~ 70.63%
G 2 of 269 ~ 0.74%
B 77 of 269 ~ 28.62%

%70.63
%28.62

CMYK color model

#BE024D color CMYK value is (0,99,59,25).

  • cyan value is 0.00%
  • magenta value is 98.95%
  • yellow value is 59.47%
  • key color value is 25.49%
CMYK:
(0,99,59,25)
C0M99Y59K25 
(0%,99%,59%,25%)
(0.00/0.99/0.59/0.25)	

CMYK percentages

%0
%98.95
%59.47
%25.49

Codes

Color #BE024D in popluar color models

BE024D
RGB190277
HSL336°97.92%37.65%
HSB/HSV336°98.95%74.51%
CMYK0.00%98.95%59.47%
25.49%

Color #BE024D in popluar number systems.

HEXBE024D
Decimal190277
Binary10111110101001101
Octal2762115

Shades and tints

Shades of #BE024D

#BE024D
(190,2,77)
#AD0246
(173,2,70)
#9C023F
(156,2,63)
#8B0238
(139,2,56)
#7A0231
(122,2,49)
#69022A
(105,2,42)
#580223
(88,2,35)
#47021C
(71,2,28)
#360215
(54,2,21)
#25020E
(37,2,14)
#140207
(20,2,7)
#000000
(0,0,0)

Tints of #BE024D

#BE024D
(190,2,77)
#C3195D
(195,25,93)
#C8306D
(200,48,109)
#CD477D
(205,71,125)
#D25E8D
(210,94,141)
#D7759D
(215,117,157)
#DC8CAD
(220,140,173)
#E1A3BD
(225,163,189)
#E6BACD
(230,186,205)
#EBD1DD
(235,209,221)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE024D color. Also use rgb(190,2,77) instead hex code.

Text Font Color

.myTextColor { color: #BE024D; }

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

This text font color is #BE024D.


Background Color

.myBgColor { background-color: #BE024D; }

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

This div background color is #BE024D.


Border color

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

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

This div border color is #BE024D.


Opacity

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

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

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

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

This text has shadow with #BE024D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE024D on black background.


Color preview on white background

This text has color #BE024D on white background.



Black color preview on #BE024D background

This text has black color on #BE024D background.


White color preview on #BE024D background

This text has white color on #BE024D background.