COLOR #B1303C

HEX: #B1303C
RGB: (177,48,60)

Color info

#B1303C contains mainly red color. Web safe color of #B1303C is #993333 (or #933).

RGB color model

#B1303C color RGB value is (177,48,60).

  • red value is 177;
  • green value is 48;
  • blue value is 60.
RGB:
(177,48,60)
(69%,19%,24%)

RGB channels and saturation

R 177 of 255 = 69%
G 48 of 255 = 19%
B 60 of 255 = 24%

177
48
60

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

Portions of RGB colors in percentages

R + G + B =
177 + 48 + 60 = 285 (100%)
R 177 of 285 ~ 62.11%
G 48 of 285 ~ 16.84%
B 60 of 285 ~ 21.05%

%62.11
%16.84
%21.05

CMYK color model

#B1303C color CMYK value is (0,73,66,31).

  • cyan value is 0.00%
  • magenta value is 72.88%
  • yellow value is 66.10%
  • key color value is 30.59%
CMYK:
(0,73,66,31)
C0M73Y66K31 
(0%,73%,66%,31%)
(0.00/0.73/0.66/0.31)	

CMYK percentages

%0
%72.88
%66.1
%30.59

Codes

Color #B1303C in popluar color models

B1303C
RGB1774860
HSL354°57.33%44.12%
HSB/HSV354°72.88%69.41%
CMYK0.00%72.88%66.10%
30.59%

Color #B1303C in popluar number systems.

HEXB1303C
Decimal1774860
Binary10110001110000111100
Octal2616074

Shades and tints

Shades of #B1303C

#B1303C
(177,48,60)
#A12C37
(161,44,55)
#912832
(145,40,50)
#81242D
(129,36,45)
#712028
(113,32,40)
#611C23
(97,28,35)
#51181E
(81,24,30)
#411419
(65,20,25)
#311014
(49,16,20)
#210C0F
(33,12,15)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #B1303C

#B1303C
(177,48,60)
#B8424D
(184,66,77)
#BF545E
(191,84,94)
#C6666F
(198,102,111)
#CD7880
(205,120,128)
#D48A91
(212,138,145)
#DB9CA2
(219,156,162)
#E2AEB3
(226,174,179)
#E9C0C4
(233,192,196)
#F0D2D5
(240,210,213)
#F7E4E6
(247,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1303C color. Also use rgb(177,48,60) instead hex code.

Text Font Color

.myTextColor { color: #B1303C; }

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

This text font color is #B1303C.


Background Color

.myBgColor { background-color: #B1303C; }

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

This div background color is #B1303C.


Border color

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

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

This div border color is #B1303C.


Opacity

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

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

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

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

This text has shadow with #B1303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1303C on black background.


Color preview on white background

This text has color #B1303C on white background.



Black color preview on #B1303C background

This text has black color on #B1303C background.


White color preview on #B1303C background

This text has white color on #B1303C background.