COLOR #BD3931

HEX: #BD3931
RGB: (189,57,49)

Color info

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

RGB color model

#BD3931 color RGB value is (189,57,49).

  • red value is 189;
  • green value is 57;
  • blue value is 49.
RGB:
(189,57,49)
(74%,22%,19%)

RGB channels and saturation

R 189 of 255 = 74%
G 57 of 255 = 22%
B 49 of 255 = 19%

189
57
49

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

Portions of RGB colors in percentages

R + G + B =
189 + 57 + 49 = 295 (100%)
R 189 of 295 ~ 64.07%
G 57 of 295 ~ 19.32%
B 49 of 295 ~ 16.61%

%64.07
%19.32
%16.61

CMYK color model

#BD3931 color CMYK value is (0,70,74,26).

  • cyan value is 0.00%
  • magenta value is 69.84%
  • yellow value is 74.07%
  • key color value is 25.88%
CMYK:
(0,70,74,26)
C0M70Y74K26 
(0%,70%,74%,26%)
(0.00/0.70/0.74/0.26)	

CMYK percentages

%0
%69.84
%74.07
%25.88

Codes

Color #BD3931 in popluar color models

BD3931
RGB1895749
HSL58.82%46.67%
HSB/HSV74.07%74.12%
CMYK0.00%69.84%74.07%
25.88%

Color #BD3931 in popluar number systems.

HEXBD3931
Decimal1895749
Binary10111101111001110001
Octal2757161

Shades and tints

Shades of #BD3931

#BD3931
(189,57,49)
#AC342D
(172,52,45)
#9B2F29
(155,47,41)
#8A2A25
(138,42,37)
#792521
(121,37,33)
#68201D
(104,32,29)
#571B19
(87,27,25)
#461615
(70,22,21)
#351111
(53,17,17)
#240C0D
(36,12,13)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #BD3931

#BD3931
(189,57,49)
#C34B43
(195,75,67)
#C95D55
(201,93,85)
#CF6F67
(207,111,103)
#D58179
(213,129,121)
#DB938B
(219,147,139)
#E1A59D
(225,165,157)
#E7B7AF
(231,183,175)
#EDC9C1
(237,201,193)
#F3DBD3
(243,219,211)
#F9EDE5
(249,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD3931; }

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

This text font color is #BD3931.


Background Color

.myBgColor { background-color: #BD3931; }

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

This div background color is #BD3931.


Border color

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

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

This div border color is #BD3931.


Opacity

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

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

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

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

This text has shadow with #BD3931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD3931 on black background.


Color preview on white background

This text has color #BD3931 on white background.



Black color preview on #BD3931 background

This text has black color on #BD3931 background.


White color preview on #BD3931 background

This text has white color on #BD3931 background.