COLOR #BE2630

HEX: #BE2630
RGB: (190,38,48)

Color info

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

RGB color model

#BE2630 color RGB value is (190,38,48).

  • red value is 190;
  • green value is 38;
  • blue value is 48.
RGB:
(190,38,48)
(75%,15%,19%)

RGB channels and saturation

R 190 of 255 = 75%
G 38 of 255 = 15%
B 48 of 255 = 19%

190
38
48

R + G + B ~ 36%. #BE2630 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
190 + 38 + 48 = 276 (100%)
R 190 of 276 ~ 68.84%
G 38 of 276 ~ 13.77%
B 48 of 276 ~ 17.39%

%68.84
%13.77
%17.39

CMYK color model

#BE2630 color CMYK value is (0,80,75,25).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 74.74%
  • key color value is 25.49%
CMYK:
(0,80,75,25)
C0M80Y75K25 
(0%,80%,75%,25%)
(0.00/0.80/0.75/0.25)	

CMYK percentages

%0
%80
%74.74
%25.49

Codes

Color #BE2630 in popluar color models

BE2630
RGB1903848
HSL356°66.67%44.71%
HSB/HSV356°80.00%74.51%
CMYK0.00%80.00%74.74%
25.49%

Color #BE2630 in popluar number systems.

HEXBE2630
Decimal1903848
Binary10111110100110110000
Octal2764660

Shades and tints

Shades of #BE2630

#BE2630
(190,38,48)
#AD232C
(173,35,44)
#9C2028
(156,32,40)
#8B1D24
(139,29,36)
#7A1A20
(122,26,32)
#69171C
(105,23,28)
#581418
(88,20,24)
#471114
(71,17,20)
#360E10
(54,14,16)
#250B0C
(37,11,12)
#140808
(20,8,8)
#000000
(0,0,0)

Tints of #BE2630

#BE2630
(190,38,48)
#C33942
(195,57,66)
#C84C54
(200,76,84)
#CD5F66
(205,95,102)
#D27278
(210,114,120)
#D7858A
(215,133,138)
#DC989C
(220,152,156)
#E1ABAE
(225,171,174)
#E6BEC0
(230,190,192)
#EBD1D2
(235,209,210)
#F0E4E4
(240,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2630 color. Also use rgb(190,38,48) instead hex code.

Text Font Color

.myTextColor { color: #BE2630; }

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

This text font color is #BE2630.


Background Color

.myBgColor { background-color: #BE2630; }

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

This div background color is #BE2630.


Border color

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

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

This div border color is #BE2630.


Opacity

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

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

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

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

This text has shadow with #BE2630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE2630 on black background.


Color preview on white background

This text has color #BE2630 on white background.



Black color preview on #BE2630 background

This text has black color on #BE2630 background.


White color preview on #BE2630 background

This text has white color on #BE2630 background.