COLOR #BD0000

HEX: #BD0000
RGB: (189,0,0)

Color info

#BD0000 contains only red color. Web safe color of #BD0000 is #CC0000 (or #C00).

RGB color model

#BD0000 color RGB value is (189,0,0).

  • red value is 189;
  • green value is 0;
  • blue value is 0.
RGB:
(189,0,0)
(74%,0%,0%)

RGB channels and saturation

R 189 of 255 = 74%
G 0 of 255 = 0%
B 0 of 255 = 0%

189
0
0

R + G + B ~ 25%. #BD0000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
189 + 0 + 0 = 189 (100%)
R 189 of 189 ~ 100%
G 0 of 189 ~ 0%
B 0 of 189 ~ 0%

%100

CMYK color model

#BD0000 color CMYK value is (0,100,100,26).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 25.88%
CMYK:
(0,100,100,26)
C0M100Y100K26 
(0%,100%,100%,26%)
(0.00/1.00/1.00/0.26)	

CMYK percentages

%0
%100
%100
%25.88

Codes

Color #BD0000 in popluar color models

BD0000
RGB18900
HSL100.00%37.06%
HSB/HSV100.00%74.12%
CMYK0.00%100.00%100.00%
25.88%

Color #BD0000 in popluar number systems.

HEXBD0000
Decimal18900
Binary1011110100
Octal27500

Shades and tints

Shades of #BD0000

#BD0000
(189,0,0)
#AC0000
(172,0,0)
#9B0000
(155,0,0)
#8A0000
(138,0,0)
#790000
(121,0,0)
#680000
(104,0,0)
#570000
(87,0,0)
#460000
(70,0,0)
#350000
(53,0,0)
#240000
(36,0,0)
#130000
(19,0,0)
#000000
(0,0,0)

Tints of #BD0000

#BD0000
(189,0,0)
#C31717
(195,23,23)
#C92E2E
(201,46,46)
#CF4545
(207,69,69)
#D55C5C
(213,92,92)
#DB7373
(219,115,115)
#E18A8A
(225,138,138)
#E7A1A1
(231,161,161)
#EDB8B8
(237,184,184)
#F3CFCF
(243,207,207)
#F9E6E6
(249,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD0000; }

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

This text font color is #BD0000.


Background Color

.myBgColor { background-color: #BD0000; }

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

This div background color is #BD0000.


Border color

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

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

This div border color is #BD0000.


Opacity

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

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

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

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

This text has shadow with #BD0000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD0000 on black background.


Color preview on white background

This text has color #BD0000 on white background.



Black color preview on #BD0000 background

This text has black color on #BD0000 background.


White color preview on #BD0000 background

This text has white color on #BD0000 background.