COLOR #B12D51

HEX: #B12D51 RGB: (177,45,81)

Color info

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

RGB color model

#B12D51 color RGB value is (177,45,81).

RGB: (177,45,81) (69%, 18%, 32%)

RGB channels and saturation

R 177 of 255 = 69%
G 45 of 255 = 18%
B 81 of 255 = 32%

177
45
81

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

Portions of RGB colors in percentages

R + G + B = 177 + 45 + 81 = 303 (100%)
R 177 of 303 ~ 58.42%
G 45 of 303 ~ 14.85%
B 81 of 303 ~ 26.73'%

%58.42
%14.85
%26.73

CMYK color model

#B12D51 color CMYK value is (0,75,54,31).

  • cyan value is 0.00%
  • magenta value is 74.58%
  • yellow value is 54.24%
  • key color value is 30.59%
CMYK: (0,75,54,31) C0M75Y54K31 (0%,75%,54%,31%) (0.00/0.75/0.54/0.31) 

CMYK percentages

%0
%74.58
%54.24
%30.59

Codes

Color #B12D51 in popluar color models

B1 2D 51
RGB 177 45 81
HSL 344° 59.46% 43.53%
HSB/HSV 344° 74.58% 69.41%
CMYK 0.00% 74.58% 54.24%
30.59%

Color #B12D51 in popluar number systems.

HEX B1 2D 51
Decimal 177 45 81
Binary 10110001 101101 1010001
Octal 261 55 121

Shades and tints

Shades of #B12D51

#B12D51
(177,45,81)
#A1294A
(161,41,74)
#912543
(145,37,67)
#81213C
(129,33,60)
#711D35
(113,29,53)
#61192E
(97,25,46)
#511527
(81,21,39)
#411120
(65,17,32)
#310D19
(49,13,25)
#210912
(33,9,18)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #B12D51

#B12D51
(177,45,81)
#B84060
(184,64,96)
#BF536F
(191,83,111)
#C6667E
(198,102,126)
#CD798D
(205,121,141)
#D48C9C
(212,140,156)
#DB9FAB
(219,159,171)
#E2B2BA
(226,178,186)
#E9C5C9
(233,197,201)
#F0D8D8
(240,216,216)
#F7EBE7
(247,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B12D51 color. Also use rgb(177,45,81) instead hex code.

Text Font Color

.myTextColor { color: #B12D51; }

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

This text font color is #B12D51.

Background Color

.myBgColor { background-color: #B12D51; }

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

This div background color is #B12D51.

Border color

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

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

This div border color is #B12D51.

Opacity

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

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

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

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

This text has shadow with #B12D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B12D51.

Preview

Color preview on black background

This text has color #B12D51 on black background.


Color preview on white background

This text has color #B12D51 on white background.


Black color preview on #B12D51 background

This text has black color on #B12D51 background.


White color preview on #B12D51 background

This text has white color on #B12D51 background.


Related colors

Complementary color

Complementary color for #hex is #4ED2AE.


I love getcolorcode.com

Triadic colors

1 #51B12D and #2D51B1 with #B12D51 are triadic colors.

2 #512DB1 and #2DB151 with #B12D51 are triadic colors.