COLOR #BD3517

HEX: #BD3517
RGB: (189,53,23)

Color info

#BD3517 contains mainly red color. Web safe color of #BD3517 is #CC3300 (or #C30).

RGB color model

#BD3517 color RGB value is (189,53,23).

  • red value is 189;
  • green value is 53;
  • blue value is 23.
RGB:
(189,53,23)
(74%,21%,9%)

RGB channels and saturation

R 189 of 255 = 74%
G 53 of 255 = 21%
B 23 of 255 = 9%

189
53
23

R + G + B ~ 35%. #BD3517 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
189 + 53 + 23 = 265 (100%)
R 189 of 265 ~ 71.32%
G 53 of 265 ~ 20%
B 23 of 265 ~ 8.68%

%71.32
%20

CMYK color model

#BD3517 color CMYK value is (0,72,88,26).

  • cyan value is 0.00%
  • magenta value is 71.96%
  • yellow value is 87.83%
  • key color value is 25.88%
CMYK:
(0,72,88,26)
C0M72Y88K26 
(0%,72%,88%,26%)
(0.00/0.72/0.88/0.26)	

CMYK percentages

%0
%71.96
%87.83
%25.88

Codes

Color #BD3517 in popluar color models

BD3517
RGB1895323
HSL11°78.30%41.57%
HSB/HSV11°87.83%74.12%
CMYK0.00%71.96%87.83%
25.88%

Color #BD3517 in popluar number systems.

HEXBD3517
Decimal1895323
Binary1011110111010110111
Octal2756527

Shades and tints

Shades of #BD3517

#BD3517
(189,53,23)
#AC3115
(172,49,21)
#9B2D13
(155,45,19)
#8A2911
(138,41,17)
#79250F
(121,37,15)
#68210D
(104,33,13)
#571D0B
(87,29,11)
#461909
(70,25,9)
#351507
(53,21,7)
#241105
(36,17,5)
#130D03
(19,13,3)
#000000
(0,0,0)

Tints of #BD3517

#BD3517
(189,53,23)
#C3472C
(195,71,44)
#C95941
(201,89,65)
#CF6B56
(207,107,86)
#D57D6B
(213,125,107)
#DB8F80
(219,143,128)
#E1A195
(225,161,149)
#E7B3AA
(231,179,170)
#EDC5BF
(237,197,191)
#F3D7D4
(243,215,212)
#F9E9E9
(249,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3517 color. Also use rgb(189,53,23) instead hex code.

Text Font Color

.myTextColor { color: #BD3517; }

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

This text font color is #BD3517.


Background Color

.myBgColor { background-color: #BD3517; }

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

This div background color is #BD3517.


Border color

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

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

This div border color is #BD3517.


Opacity

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

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

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

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

This text has shadow with #BD3517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD3517 on black background.


Color preview on white background

This text has color #BD3517 on white background.



Black color preview on #BD3517 background

This text has black color on #BD3517 background.


White color preview on #BD3517 background

This text has white color on #BD3517 background.