COLOR #BD1626

HEX: #BD1626
RGB: (189,22,38)

Color info

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

RGB color model

#BD1626 color RGB value is (189,22,38).

  • red value is 189;
  • green value is 22;
  • blue value is 38.
RGB:
(189,22,38)
(74%,9%,15%)

RGB channels and saturation

R 189 of 255 = 74%
G 22 of 255 = 9%
B 38 of 255 = 15%

189
22
38

R + G + B ~ 33%. #BD1626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
189 + 22 + 38 = 249 (100%)
R 189 of 249 ~ 75.9%
G 22 of 249 ~ 8.84%
B 38 of 249 ~ 15.26%

%75.9
%15.26

CMYK color model

#BD1626 color CMYK value is (0,88,80,26).

  • cyan value is 0.00%
  • magenta value is 88.36%
  • yellow value is 79.89%
  • key color value is 25.88%
CMYK:
(0,88,80,26)
C0M88Y80K26 
(0%,88%,80%,26%)
(0.00/0.88/0.80/0.26)	

CMYK percentages

%0
%88.36
%79.89
%25.88

Codes

Color #BD1626 in popluar color models

BD1626
RGB1892238
HSL354°79.15%41.37%
HSB/HSV354°88.36%74.12%
CMYK0.00%88.36%79.89%
25.88%

Color #BD1626 in popluar number systems.

HEXBD1626
Decimal1892238
Binary1011110110110100110
Octal2752646

Shades and tints

Shades of #BD1626

#BD1626
(189,22,38)
#AC1423
(172,20,35)
#9B1220
(155,18,32)
#8A101D
(138,16,29)
#790E1A
(121,14,26)
#680C17
(104,12,23)
#570A14
(87,10,20)
#460811
(70,8,17)
#35060E
(53,6,14)
#24040B
(36,4,11)
#130208
(19,2,8)
#000000
(0,0,0)

Tints of #BD1626

#BD1626
(189,22,38)
#C32B39
(195,43,57)
#C9404C
(201,64,76)
#CF555F
(207,85,95)
#D56A72
(213,106,114)
#DB7F85
(219,127,133)
#E19498
(225,148,152)
#E7A9AB
(231,169,171)
#EDBEBE
(237,190,190)
#F3D3D1
(243,211,209)
#F9E8E4
(249,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD1626; }

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

This text font color is #BD1626.


Background Color

.myBgColor { background-color: #BD1626; }

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

This div background color is #BD1626.


Border color

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

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

This div border color is #BD1626.


Opacity

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

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

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

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

This text has shadow with #BD1626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD1626 on black background.


Color preview on white background

This text has color #BD1626 on white background.



Black color preview on #BD1626 background

This text has black color on #BD1626 background.


White color preview on #BD1626 background

This text has white color on #BD1626 background.