COLOR #BE2533

HEX: #BE2533 RGB: (190,37,51)

Color info

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

RGB color model

#BE2533 color RGB value is (190,37,51).

RGB: (190,37,51) (75%, 15%, 20%)

RGB channels and saturation

R 190 of 255 = 75%
G 37 of 255 = 15%
B 51 of 255 = 20%

190
37
51

R + G + B ~ 37%. #BE2533 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 190 + 37 + 51 = 278 (100%)
R 190 of 278 ~ 68.35%
G 37 of 278 ~ 13.31%
B 51 of 278 ~ 18.35'%

%68.35
%13.31
%18.35

CMYK color model

#BE2533 color CMYK value is (0,81,73,25).

  • cyan value is 0.00%
  • magenta value is 80.53%
  • yellow value is 73.16%
  • key color value is 25.49%
CMYK: (0,81,73,25) C0M81Y73K25 (0%,81%,73%,25%) (0.00/0.81/0.73/0.25) 

CMYK percentages

%0
%80.53
%73.16
%25.49

Codes

Color #BE2533 in popluar color models

BE 25 33
RGB 190 37 51
HSL 355° 67.40% 44.51%
HSB/HSV 355° 80.53% 74.51%
CMYK 0.00% 80.53% 73.16%
25.49%

Color #BE2533 in popluar number systems.

HEX BE 25 33
Decimal 190 37 51
Binary 10111110 100101 110011
Octal 276 45 63

Shades and tints

Shades of #BE2533

#BE2533
(190,37,51)
#AD222F
(173,34,47)
#9C1F2B
(156,31,43)
#8B1C27
(139,28,39)
#7A1923
(122,25,35)
#69161F
(105,22,31)
#58131B
(88,19,27)
#471017
(71,16,23)
#360D13
(54,13,19)
#250A0F
(37,10,15)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #BE2533

#BE2533
(190,37,51)
#C33845
(195,56,69)
#C84B57
(200,75,87)
#CD5E69
(205,94,105)
#D2717B
(210,113,123)
#D7848D
(215,132,141)
#DC979F
(220,151,159)
#E1AAB1
(225,170,177)
#E6BDC3
(230,189,195)
#EBD0D5
(235,208,213)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE2533 color. Also use rgb(190,37,51) instead hex code.

Text Font Color

.myTextColor { color: #BE2533; }

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

This text font color is #BE2533.

Background Color

.myBgColor { background-color: #BE2533; }

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

This div background color is #BE2533.

Border color

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

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

This div border color is #BE2533.

Opacity

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

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

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

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

This text has shadow with #BE2533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE2533.

Preview

Color preview on black background

This text has color #BE2533 on black background.


Color preview on white background

This text has color #BE2533 on white background.


Black color preview on #BE2533 background

This text has black color on #BE2533 background.


White color preview on #BE2533 background

This text has white color on #BE2533 background.


Related colors

Complementary color

Complementary color for #hex is #41DACC.


I love getcolorcode.com

Triadic colors

1 #33BE25 and #2533BE with #BE2533 are triadic colors.

2 #3325BE and #25BE33 with #BE2533 are triadic colors.