COLOR #B24C52

HEX: #B24C52 RGB: (178,76,82)

Color info

#B24C52 contains mainly red color. Web safe color of #B24C52 is #993366 (or #936).

RGB color model

#B24C52 color RGB value is (178,76,82).

RGB: (178,76,82) (70%, 30%, 32%)

RGB channels and saturation

R 178 of 255 = 70%
G 76 of 255 = 30%
B 82 of 255 = 32%

178
76
82

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

Portions of RGB colors in percentages

R + G + B = 178 + 76 + 82 = 336 (100%)
R 178 of 336 ~ 52.98%
G 76 of 336 ~ 22.62%
B 82 of 336 ~ 24.4'%

%52.98
%22.62
%24.4

CMYK color model

#B24C52 color CMYK value is (0,57,54,30).

  • cyan value is 0.00%
  • magenta value is 57.30%
  • yellow value is 53.93%
  • key color value is 30.20%
CMYK: (0,57,54,30) C0M57Y54K30 (0%,57%,54%,30%) (0.00/0.57/0.54/0.30) 

CMYK percentages

%0
%57.3
%53.93
%30.2

Codes

Color #B24C52 in popluar color models

B2 4C 52
RGB 178 76 82
HSL 356° 40.16% 49.80%
HSB/HSV 356° 57.30% 69.80%
CMYK 0.00% 57.30% 53.93%
30.20%

Color #B24C52 in popluar number systems.

HEX B2 4C 52
Decimal 178 76 82
Binary 10110010 1001100 1010010
Octal 262 114 122

Shades and tints

Shades of #B24C52

#B24C52
(178,76,82)
#A2464B
(162,70,75)
#924044
(146,64,68)
#823A3D
(130,58,61)
#723436
(114,52,54)
#622E2F
(98,46,47)
#522828
(82,40,40)
#422221
(66,34,33)
#321C1A
(50,28,26)
#221613
(34,22,19)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #B24C52

#B24C52
(178,76,82)
#B95C61
(185,92,97)
#C06C70
(192,108,112)
#C77C7F
(199,124,127)
#CE8C8E
(206,140,142)
#D59C9D
(213,156,157)
#DCACAC
(220,172,172)
#E3BCBB
(227,188,187)
#EACCCA
(234,204,202)
#F1DCD9
(241,220,217)
#F8ECE8
(248,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24C52 color. Also use rgb(178,76,82) instead hex code.

Text Font Color

.myTextColor { color: #B24C52; }

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

This text font color is #B24C52.

Background Color

.myBgColor { background-color: #B24C52; }

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

This div background color is #B24C52.

Border color

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

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

This div border color is #B24C52.

Opacity

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

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

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

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

This text has shadow with #B24C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B24C52.

Preview

Color preview on black background

This text has color #B24C52 on black background.


Color preview on white background

This text has color #B24C52 on white background.


Black color preview on #B24C52 background

This text has black color on #B24C52 background.


White color preview on #B24C52 background

This text has white color on #B24C52 background.


Related colors

Complementary color

Complementary color for #hex is #4DB3AD.


I love getcolorcode.com

Triadic colors

1 #52B24C and #4C52B2 with #B24C52 are triadic colors.

2 #524CB2 and #4CB252 with #B24C52 are triadic colors.