COLOR #BE0429

HEX: #BE0429
RGB: (190,4,41)

Color info

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

RGB color model

#BE0429 color RGB value is (190,4,41).

  • red value is 190;
  • green value is 4;
  • blue value is 41.
RGB:
(190,4,41)
(75%,2%,16%)

RGB channels and saturation

R 190 of 255 = 75%
G 4 of 255 = 2%
B 41 of 255 = 16%

190
4
41

R + G + B ~ 31%. #BE0429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 4 + 41 = 235 (100%)
R 190 of 235 ~ 80.85%
G 4 of 235 ~ 1.7%
B 41 of 235 ~ 17.45%

%80.85
%17.45

CMYK color model

#BE0429 color CMYK value is (0,98,78,25).

  • cyan value is 0.00%
  • magenta value is 97.89%
  • yellow value is 78.42%
  • key color value is 25.49%
CMYK:
(0,98,78,25)
C0M98Y78K25 
(0%,98%,78%,25%)
(0.00/0.98/0.78/0.25)	

CMYK percentages

%0
%97.89
%78.42
%25.49

Codes

Color #BE0429 in popluar color models

BE0429
RGB190441
HSL348°95.88%38.04%
HSB/HSV348°97.89%74.51%
CMYK0.00%97.89%78.42%
25.49%

Color #BE0429 in popluar number systems.

HEXBE0429
Decimal190441
Binary10111110100101001
Octal276451

Shades and tints

Shades of #BE0429

#BE0429
(190,4,41)
#AD0426
(173,4,38)
#9C0423
(156,4,35)
#8B0420
(139,4,32)
#7A041D
(122,4,29)
#69041A
(105,4,26)
#580417
(88,4,23)
#470414
(71,4,20)
#360411
(54,4,17)
#25040E
(37,4,14)
#14040B
(20,4,11)
#000000
(0,0,0)

Tints of #BE0429

#BE0429
(190,4,41)
#C31A3C
(195,26,60)
#C8304F
(200,48,79)
#CD4662
(205,70,98)
#D25C75
(210,92,117)
#D77288
(215,114,136)
#DC889B
(220,136,155)
#E19EAE
(225,158,174)
#E6B4C1
(230,180,193)
#EBCAD4
(235,202,212)
#F0E0E7
(240,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE0429 color. Also use rgb(190,4,41) instead hex code.

Text Font Color

.myTextColor { color: #BE0429; }

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

This text font color is #BE0429.


Background Color

.myBgColor { background-color: #BE0429; }

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

This div background color is #BE0429.


Border color

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

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

This div border color is #BE0429.


Opacity

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

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

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

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

This text has shadow with #BE0429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE0429 on black background.


Color preview on white background

This text has color #BE0429 on white background.



Black color preview on #BE0429 background

This text has black color on #BE0429 background.


White color preview on #BE0429 background

This text has white color on #BE0429 background.