COLOR #BD3331

HEX: #BD3331 RGB: (189,51,49)

Color info

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

RGB color model

#BD3331 color RGB value is (189,51,49).

RGB: (189,51,49) (74%, 20%, 19%)

RGB channels and saturation

R 189 of 255 = 74%
G 51 of 255 = 20%
B 49 of 255 = 19%

189
51
49

R + G + B ~ 38%. #BD3331 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 189 + 51 + 49 = 289 (100%)
R 189 of 289 ~ 65.4%
G 51 of 289 ~ 17.65%
B 49 of 289 ~ 16.96'%

%65.4
%17.65
%16.96

CMYK color model

#BD3331 color CMYK value is (0,73,74,26).

  • cyan value is 0.00%
  • magenta value is 73.02%
  • yellow value is 74.07%
  • key color value is 25.88%

CMYK: (0,73,74,26)
C0M73Y74K26 (0%, 73%, 74%, 26%)
(0.00 / 0.73 / 0.74 / 0.26)

CMYK percentages

%0
%73.02
%74.07
%25.88

Codes

Color #BD3331 in popluar color models

BD 33 31
RGB 189 51 49
HSL 58.82% 46.67%
HSB/HSV 74.07% 74.12%
CMYK 0.00% 73.02% 74.07%
25.88%

Color #BD3331 in popluar number systems.

HEX BD 33 31
Decimal 189 51 49
Binary 10111101 110011 110001
Octal 275 63 61

Shades and tints

Shades of #BD3331

#BD3331
(189,51,49)
#AC2F2D
(172,47,45)
#9B2B29
(155,43,41)
#8A2725
(138,39,37)
#792321
(121,35,33)
#681F1D
(104,31,29)
#571B19
(87,27,25)
#461715
(70,23,21)
#351311
(53,19,17)
#240F0D
(36,15,13)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #BD3331

#BD3331
(189,51,49)
#C34543
(195,69,67)
#C95755
(201,87,85)
#CF6967
(207,105,103)
#D57B79
(213,123,121)
#DB8D8B
(219,141,139)
#E19F9D
(225,159,157)
#E7B1AF
(231,177,175)
#EDC3C1
(237,195,193)
#F3D5D3
(243,213,211)
#F9E7E5
(249,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3331 color. Also use rgb(189,51,49) instead hex code.

Text Font Color

.myTextColor { color: #BD3331; }

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

This text font color is #BD3331.

Background Color

.myBgColor { background-color: #BD3331; }

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

This div background color is #BD3331.

Border color

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

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

This div border color is #BD3331.

Opacity

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

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

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

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

This text has shadow with #BD3331 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD3331.

Preview

Color preview on black background

This text has color #BD3331 on black background.


Color preview on white background

This text has color #BD3331 on white background.


Black color preview on #BD3331 background

This text has black color on #BD3331 background.


White color preview on #BD3331 background

This text has white color on #BD3331 background.


Related colors

Complementary color

Complementary color for #hex is #42CCCE.


I love getcolorcode.com

Triadic colors

1 #31BD33 and #3331BD with #BD3331 are triadic colors.

2 #3133BD and #33BD31 with #BD3331 are triadic colors.