COLOR #BD2932

HEX: #BD2932
RGB: (189,41,50)

Color info

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

RGB color model

#BD2932 color RGB value is (189,41,50).

  • red value is 189;
  • green value is 41;
  • blue value is 50.
RGB:
(189,41,50)
(74%,16%,20%)

RGB channels and saturation

R 189 of 255 = 74%
G 41 of 255 = 16%
B 50 of 255 = 20%

189
41
50

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

Portions of RGB colors in percentages

R + G + B =
189 + 41 + 50 = 280 (100%)
R 189 of 280 ~ 67.5%
G 41 of 280 ~ 14.64%
B 50 of 280 ~ 17.86%

%67.5
%14.64
%17.86

CMYK color model

#BD2932 color CMYK value is (0,78,74,26).

  • cyan value is 0.00%
  • magenta value is 78.31%
  • yellow value is 73.54%
  • key color value is 25.88%
CMYK:
(0,78,74,26)
C0M78Y74K26 
(0%,78%,74%,26%)
(0.00/0.78/0.74/0.26)	

CMYK percentages

%0
%78.31
%73.54
%25.88

Codes

Color #BD2932 in popluar color models

BD2932
RGB1894150
HSL356°64.35%45.10%
HSB/HSV356°78.31%74.12%
CMYK0.00%78.31%73.54%
25.88%

Color #BD2932 in popluar number systems.

HEXBD2932
Decimal1894150
Binary10111101101001110010
Octal2755162

Shades and tints

Shades of #BD2932

#BD2932
(189,41,50)
#AC262E
(172,38,46)
#9B232A
(155,35,42)
#8A2026
(138,32,38)
#791D22
(121,29,34)
#681A1E
(104,26,30)
#57171A
(87,23,26)
#461416
(70,20,22)
#351112
(53,17,18)
#240E0E
(36,14,14)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #BD2932

#BD2932
(189,41,50)
#C33C44
(195,60,68)
#C94F56
(201,79,86)
#CF6268
(207,98,104)
#D5757A
(213,117,122)
#DB888C
(219,136,140)
#E19B9E
(225,155,158)
#E7AEB0
(231,174,176)
#EDC1C2
(237,193,194)
#F3D4D4
(243,212,212)
#F9E7E6
(249,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD2932 color. Also use rgb(189,41,50) instead hex code.

Text Font Color

.myTextColor { color: #BD2932; }

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

This text font color is #BD2932.


Background Color

.myBgColor { background-color: #BD2932; }

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

This div background color is #BD2932.


Border color

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

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

This div border color is #BD2932.


Opacity

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

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

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

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

This text has shadow with #BD2932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD2932 on black background.


Color preview on white background

This text has color #BD2932 on white background.



Black color preview on #BD2932 background

This text has black color on #BD2932 background.


White color preview on #BD2932 background

This text has white color on #BD2932 background.