COLOR #BD1746

HEX: #BD1746
RGB: (189,23,70)

Color info

#BD1746 contains mainly red color. Web safe color of #BD1746 is #CC0033 (or #C03).

RGB color model

#BD1746 color RGB value is (189,23,70).

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

RGB channels and saturation

R 189 of 255 = 74%
G 23 of 255 = 9%
B 70 of 255 = 27%

189
23
70

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

Portions of RGB colors in percentages

R + G + B =
189 + 23 + 70 = 282 (100%)
R 189 of 282 ~ 67.02%
G 23 of 282 ~ 8.16%
B 70 of 282 ~ 24.82%

%67.02
%24.82

CMYK color model

#BD1746 color CMYK value is (0,88,63,26).

  • cyan value is 0.00%
  • magenta value is 87.83%
  • yellow value is 62.96%
  • key color value is 25.88%
CMYK:
(0,88,63,26)
C0M88Y63K26 
(0%,88%,63%,26%)
(0.00/0.88/0.63/0.26)	

CMYK percentages

%0
%87.83
%62.96
%25.88

Codes

Color #BD1746 in popluar color models

BD1746
RGB1892370
HSL343°78.30%41.57%
HSB/HSV343°87.83%74.12%
CMYK0.00%87.83%62.96%
25.88%

Color #BD1746 in popluar number systems.

HEXBD1746
Decimal1892370
Binary10111101101111000110
Octal27527106

Shades and tints

Shades of #BD1746

#BD1746
(189,23,70)
#AC1540
(172,21,64)
#9B133A
(155,19,58)
#8A1134
(138,17,52)
#790F2E
(121,15,46)
#680D28
(104,13,40)
#570B22
(87,11,34)
#46091C
(70,9,28)
#350716
(53,7,22)
#240510
(36,5,16)
#13030A
(19,3,10)
#000000
(0,0,0)

Tints of #BD1746

#BD1746
(189,23,70)
#C32C56
(195,44,86)
#C94166
(201,65,102)
#CF5676
(207,86,118)
#D56B86
(213,107,134)
#DB8096
(219,128,150)
#E195A6
(225,149,166)
#E7AAB6
(231,170,182)
#EDBFC6
(237,191,198)
#F3D4D6
(243,212,214)
#F9E9E6
(249,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD1746; }

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

This text font color is #BD1746.


Background Color

.myBgColor { background-color: #BD1746; }

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

This div background color is #BD1746.


Border color

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

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

This div border color is #BD1746.


Opacity

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

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

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

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

This text has shadow with #BD1746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD1746 on black background.


Color preview on white background

This text has color #BD1746 on white background.



Black color preview on #BD1746 background

This text has black color on #BD1746 background.


White color preview on #BD1746 background

This text has white color on #BD1746 background.