COLOR #BD1F40

HEX: #BD1F40
RGB: (189,31,64)

Color info

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

RGB color model

#BD1F40 color RGB value is (189,31,64).

  • red value is 189;
  • green value is 31;
  • blue value is 64.
RGB:
(189,31,64)
(74%,12%,25%)

RGB channels and saturation

R 189 of 255 = 74%
G 31 of 255 = 12%
B 64 of 255 = 25%

189
31
64

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

Portions of RGB colors in percentages

R + G + B =
189 + 31 + 64 = 284 (100%)
R 189 of 284 ~ 66.55%
G 31 of 284 ~ 10.92%
B 64 of 284 ~ 22.54%

%66.55
%10.92
%22.54

CMYK color model

#BD1F40 color CMYK value is (0,84,66,26).

  • cyan value is 0.00%
  • magenta value is 83.60%
  • yellow value is 66.14%
  • key color value is 25.88%
CMYK:
(0,84,66,26)
C0M84Y66K26 
(0%,84%,66%,26%)
(0.00/0.84/0.66/0.26)	

CMYK percentages

%0
%83.6
%66.14
%25.88

Codes

Color #BD1F40 in popluar color models

BD1F40
RGB1893164
HSL347°71.82%43.14%
HSB/HSV347°83.60%74.12%
CMYK0.00%83.60%66.14%
25.88%

Color #BD1F40 in popluar number systems.

HEXBD1F40
Decimal1893164
Binary10111101111111000000
Octal27537100

Shades and tints

Shades of #BD1F40

#BD1F40
(189,31,64)
#AC1D3B
(172,29,59)
#9B1B36
(155,27,54)
#8A1931
(138,25,49)
#79172C
(121,23,44)
#681527
(104,21,39)
#571322
(87,19,34)
#46111D
(70,17,29)
#350F18
(53,15,24)
#240D13
(36,13,19)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #BD1F40

#BD1F40
(189,31,64)
#C33351
(195,51,81)
#C94762
(201,71,98)
#CF5B73
(207,91,115)
#D56F84
(213,111,132)
#DB8395
(219,131,149)
#E197A6
(225,151,166)
#E7ABB7
(231,171,183)
#EDBFC8
(237,191,200)
#F3D3D9
(243,211,217)
#F9E7EA
(249,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD1F40 color. Also use rgb(189,31,64) instead hex code.

Text Font Color

.myTextColor { color: #BD1F40; }

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

This text font color is #BD1F40.


Background Color

.myBgColor { background-color: #BD1F40; }

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

This div background color is #BD1F40.


Border color

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

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

This div border color is #BD1F40.


Opacity

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

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

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

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

This text has shadow with #BD1F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD1F40 on black background.


Color preview on white background

This text has color #BD1F40 on white background.



Black color preview on #BD1F40 background

This text has black color on #BD1F40 background.


White color preview on #BD1F40 background

This text has white color on #BD1F40 background.