COLOR #B4194C

HEX: #B4194C
RGB: (180,25,76)

Color info

#B4194C contains mainly red color. Web safe color of #B4194C is #CC0033 (or #C03).

RGB color model

#B4194C color RGB value is (180,25,76).

  • red value is 180;
  • green value is 25;
  • blue value is 76.
RGB:
(180,25,76)
(71%,10%,30%)

RGB channels and saturation

R 180 of 255 = 71%
G 25 of 255 = 10%
B 76 of 255 = 30%

180
25
76

R + G + B ~ 37%. #B4194C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
180 + 25 + 76 = 281 (100%)
R 180 of 281 ~ 64.06%
G 25 of 281 ~ 8.9%
B 76 of 281 ~ 27.05%

%64.06
%27.05

CMYK color model

#B4194C color CMYK value is (0,86,58,29).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 57.78%
  • key color value is 29.41%
CMYK:
(0,86,58,29)
C0M86Y58K29 
(0%,86%,58%,29%)
(0.00/0.86/0.58/0.29)	

CMYK percentages

%0
%86.11
%57.78
%29.41

Codes

Color #B4194C in popluar color models

B4194C
RGB1802576
HSL340°75.61%40.20%
HSB/HSV340°86.11%70.59%
CMYK0.00%86.11%57.78%
29.41%

Color #B4194C in popluar number systems.

HEXB4194C
Decimal1802576
Binary10110100110011001100
Octal26431114

Shades and tints

Shades of #B4194C

#B4194C
(180,25,76)
#A41746
(164,23,70)
#941540
(148,21,64)
#84133A
(132,19,58)
#741134
(116,17,52)
#640F2E
(100,15,46)
#540D28
(84,13,40)
#440B22
(68,11,34)
#34091C
(52,9,28)
#240716
(36,7,22)
#140510
(20,5,16)
#000000
(0,0,0)

Tints of #B4194C

#B4194C
(180,25,76)
#BA2D5C
(186,45,92)
#C0416C
(192,65,108)
#C6557C
(198,85,124)
#CC698C
(204,105,140)
#D27D9C
(210,125,156)
#D891AC
(216,145,172)
#DEA5BC
(222,165,188)
#E4B9CC
(228,185,204)
#EACDDC
(234,205,220)
#F0E1EC
(240,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4194C color. Also use rgb(180,25,76) instead hex code.

Text Font Color

.myTextColor { color: #B4194C; }

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

This text font color is #B4194C.


Background Color

.myBgColor { background-color: #B4194C; }

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

This div background color is #B4194C.


Border color

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

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

This div border color is #B4194C.


Opacity

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

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

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

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

This text has shadow with #B4194C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4194C on black background.


Color preview on white background

This text has color #B4194C on white background.



Black color preview on #B4194C background

This text has black color on #B4194C background.


White color preview on #B4194C background

This text has white color on #B4194C background.