COLOR #BD371E

HEX: #BD371E
RGB: (189,55,30)

Color info

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

RGB color model

#BD371E color RGB value is (189,55,30).

  • red value is 189;
  • green value is 55;
  • blue value is 30.
RGB:
(189,55,30)
(74%,22%,12%)

RGB channels and saturation

R 189 of 255 = 74%
G 55 of 255 = 22%
B 30 of 255 = 12%

189
55
30

R + G + B ~ 36%. #BD371E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
189 + 55 + 30 = 274 (100%)
R 189 of 274 ~ 68.98%
G 55 of 274 ~ 20.07%
B 30 of 274 ~ 10.95%

%68.98
%20.07
%10.95

CMYK color model

#BD371E color CMYK value is (0,71,84,26).

  • cyan value is 0.00%
  • magenta value is 70.90%
  • yellow value is 84.13%
  • key color value is 25.88%
CMYK:
(0,71,84,26)
C0M71Y84K26 
(0%,71%,84%,26%)
(0.00/0.71/0.84/0.26)	

CMYK percentages

%0
%70.9
%84.13
%25.88

Codes

Color #BD371E in popluar color models

BD371E
RGB1895530
HSL72.60%42.94%
HSB/HSV84.13%74.12%
CMYK0.00%70.90%84.13%
25.88%

Color #BD371E in popluar number systems.

HEXBD371E
Decimal1895530
Binary1011110111011111110
Octal2756736

Shades and tints

Shades of #BD371E

#BD371E
(189,55,30)
#AC321C
(172,50,28)
#9B2D1A
(155,45,26)
#8A2818
(138,40,24)
#792316
(121,35,22)
#681E14
(104,30,20)
#571912
(87,25,18)
#461410
(70,20,16)
#350F0E
(53,15,14)
#240A0C
(36,10,12)
#13050A
(19,5,10)
#000000
(0,0,0)

Tints of #BD371E

#BD371E
(189,55,30)
#C34932
(195,73,50)
#C95B46
(201,91,70)
#CF6D5A
(207,109,90)
#D57F6E
(213,127,110)
#DB9182
(219,145,130)
#E1A396
(225,163,150)
#E7B5AA
(231,181,170)
#EDC7BE
(237,199,190)
#F3D9D2
(243,217,210)
#F9EBE6
(249,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD371E color. Also use rgb(189,55,30) instead hex code.

Text Font Color

.myTextColor { color: #BD371E; }

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

This text font color is #BD371E.


Background Color

.myBgColor { background-color: #BD371E; }

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

This div background color is #BD371E.


Border color

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

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

This div border color is #BD371E.


Opacity

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

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

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

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

This text has shadow with #BD371E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD371E on black background.


Color preview on white background

This text has color #BD371E on white background.



Black color preview on #BD371E background

This text has black color on #BD371E background.


White color preview on #BD371E background

This text has white color on #BD371E background.