COLOR #B1124B

HEX: #B1124B
RGB: (177,18,75)

Color info

#B1124B contains mainly red color. Web safe color of #B1124B is #990033 (or #903).

RGB color model

#B1124B color RGB value is (177,18,75).

  • red value is 177;
  • green value is 18;
  • blue value is 75.
RGB:
(177,18,75)
(69%,7%,29%)

RGB channels and saturation

R 177 of 255 = 69%
G 18 of 255 = 7%
B 75 of 255 = 29%

177
18
75

R + G + B ~ 35%. #B1124B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
177 + 18 + 75 = 270 (100%)
R 177 of 270 ~ 65.56%
G 18 of 270 ~ 6.67%
B 75 of 270 ~ 27.78%

%65.56
%27.78

CMYK color model

#B1124B color CMYK value is (0,90,58,31).

  • cyan value is 0.00%
  • magenta value is 89.83%
  • yellow value is 57.63%
  • key color value is 30.59%
CMYK:
(0,90,58,31)
C0M90Y58K31 
(0%,90%,58%,31%)
(0.00/0.90/0.58/0.31)	

CMYK percentages

%0
%89.83
%57.63
%30.59

Codes

Color #B1124B in popluar color models

B1124B
RGB1771875
HSL338°81.54%38.24%
HSB/HSV338°89.83%69.41%
CMYK0.00%89.83%57.63%
30.59%

Color #B1124B in popluar number systems.

HEXB1124B
Decimal1771875
Binary10110001100101001011
Octal26122113

Shades and tints

Shades of #B1124B

#B1124B
(177,18,75)
#A11145
(161,17,69)
#91103F
(145,16,63)
#810F39
(129,15,57)
#710E33
(113,14,51)
#610D2D
(97,13,45)
#510C27
(81,12,39)
#410B21
(65,11,33)
#310A1B
(49,10,27)
#210915
(33,9,21)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #B1124B

#B1124B
(177,18,75)
#B8275B
(184,39,91)
#BF3C6B
(191,60,107)
#C6517B
(198,81,123)
#CD668B
(205,102,139)
#D47B9B
(212,123,155)
#DB90AB
(219,144,171)
#E2A5BB
(226,165,187)
#E9BACB
(233,186,203)
#F0CFDB
(240,207,219)
#F7E4EB
(247,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1124B color. Also use rgb(177,18,75) instead hex code.

Text Font Color

.myTextColor { color: #B1124B; }

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

This text font color is #B1124B.


Background Color

.myBgColor { background-color: #B1124B; }

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

This div background color is #B1124B.


Border color

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

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

This div border color is #B1124B.


Opacity

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

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

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

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

This text has shadow with #B1124B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1124B on black background.


Color preview on white background

This text has color #B1124B on white background.



Black color preview on #B1124B background

This text has black color on #B1124B background.


White color preview on #B1124B background

This text has white color on #B1124B background.