COLOR #BD423C

HEX: #BD423C
RGB: (189,66,60)

Color info

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

RGB color model

#BD423C color RGB value is (189,66,60).

  • red value is 189;
  • green value is 66;
  • blue value is 60.
RGB:
(189,66,60)
(74%,26%,24%)

RGB channels and saturation

R 189 of 255 = 74%
G 66 of 255 = 26%
B 60 of 255 = 24%

189
66
60

R + G + B ~ 41%. #BD423C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 66 + 60 = 315 (100%)
R 189 of 315 ~ 60%
G 66 of 315 ~ 20.95%
B 60 of 315 ~ 19.05%

%60
%20.95
%19.05

CMYK color model

#BD423C color CMYK value is (0,65,68,26).

  • cyan value is 0.00%
  • magenta value is 65.08%
  • yellow value is 68.25%
  • key color value is 25.88%
CMYK:
(0,65,68,26)
C0M65Y68K26 
(0%,65%,68%,26%)
(0.00/0.65/0.68/0.26)	

CMYK percentages

%0
%65.08
%68.25
%25.88

Codes

Color #BD423C in popluar color models

BD423C
RGB1896660
HSL51.81%48.82%
HSB/HSV68.25%74.12%
CMYK0.00%65.08%68.25%
25.88%

Color #BD423C in popluar number systems.

HEXBD423C
Decimal1896660
Binary101111011000010111100
Octal27510274

Shades and tints

Shades of #BD423C

#BD423C
(189,66,60)
#AC3C37
(172,60,55)
#9B3632
(155,54,50)
#8A302D
(138,48,45)
#792A28
(121,42,40)
#682423
(104,36,35)
#571E1E
(87,30,30)
#461819
(70,24,25)
#351214
(53,18,20)
#240C0F
(36,12,15)
#13060A
(19,6,10)
#000000
(0,0,0)

Tints of #BD423C

#BD423C
(189,66,60)
#C3534D
(195,83,77)
#C9645E
(201,100,94)
#CF756F
(207,117,111)
#D58680
(213,134,128)
#DB9791
(219,151,145)
#E1A8A2
(225,168,162)
#E7B9B3
(231,185,179)
#EDCAC4
(237,202,196)
#F3DBD5
(243,219,213)
#F9ECE6
(249,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD423C; }

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

This text font color is #BD423C.


Background Color

.myBgColor { background-color: #BD423C; }

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

This div background color is #BD423C.


Border color

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

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

This div border color is #BD423C.


Opacity

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

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

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

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

This text has shadow with #BD423C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD423C on black background.


Color preview on white background

This text has color #BD423C on white background.



Black color preview on #BD423C background

This text has black color on #BD423C background.


White color preview on #BD423C background

This text has white color on #BD423C background.