COLOR #BE3325

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
51
37

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

Portions of RGB colors in percentages

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

%68.35
%18.35
%13.31

CMYK color model

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

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

CMYK percentages

%0
%73.16
%80.53
%25.49

Codes

Color #BE3325 in popluar color models

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

Color #BE3325 in popluar number systems.

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

Shades and tints

Shades of #BE3325

#BE3325
(190,51,37)
#AD2F22
(173,47,34)
#9C2B1F
(156,43,31)
#8B271C
(139,39,28)
#7A2319
(122,35,25)
#691F16
(105,31,22)
#581B13
(88,27,19)
#471710
(71,23,16)
#36130D
(54,19,13)
#250F0A
(37,15,10)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #BE3325

#BE3325
(190,51,37)
#C34538
(195,69,56)
#C8574B
(200,87,75)
#CD695E
(205,105,94)
#D27B71
(210,123,113)
#D78D84
(215,141,132)
#DC9F97
(220,159,151)
#E1B1AA
(225,177,170)
#E6C3BD
(230,195,189)
#EBD5D0
(235,213,208)
#F0E7E3
(240,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE3325; }

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

This text font color is #BE3325.

Background Color

.myBgColor { background-color: #BE3325; }

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

This div background color is #BE3325.

Border color

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

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

This div border color is #BE3325.

Opacity

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

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

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

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

This text has shadow with #BE3325 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE3325.

Preview

Color preview on black background

This text has color #BE3325 on black background.


Color preview on white background

This text has color #BE3325 on white background.


Black color preview on #BE3325 background

This text has black color on #BE3325 background.


White color preview on #BE3325 background

This text has white color on #BE3325 background.


Related colors

Complementary color

Complementary color for #hex is #41CCDA.


I love getcolorcode.com

Triadic colors

1 #25BE33 and #3325BE with #BE3325 are triadic colors.

2 #2533BE and #33BE25 with #BE3325 are triadic colors.