COLOR #B42453

HEX: #B42453
RGB: (180,36,83)

Color info

#B42453 contains mainly red color. Web safe color of #B42453 is #CC3366 (or #C36).

RGB color model

#B42453 color RGB value is (180,36,83).

  • red value is 180;
  • green value is 36;
  • blue value is 83.
RGB:
(180,36,83)
(71%,14%,33%)

RGB channels and saturation

R 180 of 255 = 71%
G 36 of 255 = 14%
B 83 of 255 = 33%

180
36
83

R + G + B ~ 39%. #B42453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 36 + 83 = 299 (100%)
R 180 of 299 ~ 60.2%
G 36 of 299 ~ 12.04%
B 83 of 299 ~ 27.76%

%60.2
%12.04
%27.76

CMYK color model

#B42453 color CMYK value is (0,80,54,29).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 53.89%
  • key color value is 29.41%
CMYK:
(0,80,54,29)
C0M80Y54K29 
(0%,80%,54%,29%)
(0.00/0.80/0.54/0.29)	

CMYK percentages

%0
%80
%53.89
%29.41

Codes

Color #B42453 in popluar color models

B42453
RGB1803683
HSL340°66.67%42.35%
HSB/HSV340°80.00%70.59%
CMYK0.00%80.00%53.89%
29.41%

Color #B42453 in popluar number systems.

HEXB42453
Decimal1803683
Binary101101001001001010011
Octal26444123

Shades and tints

Shades of #B42453

#B42453
(180,36,83)
#A4214C
(164,33,76)
#941E45
(148,30,69)
#841B3E
(132,27,62)
#741837
(116,24,55)
#641530
(100,21,48)
#541229
(84,18,41)
#440F22
(68,15,34)
#340C1B
(52,12,27)
#240914
(36,9,20)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #B42453

#B42453
(180,36,83)
#BA3762
(186,55,98)
#C04A71
(192,74,113)
#C65D80
(198,93,128)
#CC708F
(204,112,143)
#D2839E
(210,131,158)
#D896AD
(216,150,173)
#DEA9BC
(222,169,188)
#E4BCCB
(228,188,203)
#EACFDA
(234,207,218)
#F0E2E9
(240,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B42453 color. Also use rgb(180,36,83) instead hex code.

Text Font Color

.myTextColor { color: #B42453; }

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

This text font color is #B42453.


Background Color

.myBgColor { background-color: #B42453; }

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

This div background color is #B42453.


Border color

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

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

This div border color is #B42453.


Opacity

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

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

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

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

This text has shadow with #B42453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B42453 on black background.


Color preview on white background

This text has color #B42453 on white background.



Black color preview on #B42453 background

This text has black color on #B42453 background.


White color preview on #B42453 background

This text has white color on #B42453 background.