COLOR #B1503C

HEX: #B1503C RGB: (177,80,60)

Color info

#B1503C contains mainly red color. Web safe color of #B1503C is #996633 (or #963).

RGB color model

#B1503C color RGB value is (177,80,60).

RGB: (177,80,60) (69%, 31%, 24%)

RGB channels and saturation

R 177 of 255 = 69%
G 80 of 255 = 31%
B 60 of 255 = 24%

177
80
60

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

Portions of RGB colors in percentages

R + G + B = 177 + 80 + 60 = 317 (100%)
R 177 of 317 ~ 55.84%
G 80 of 317 ~ 25.24%
B 60 of 317 ~ 18.93'%

%55.84
%25.24
%18.93

CMYK color model

#B1503C color CMYK value is (0,55,66,31).

  • cyan value is 0.00%
  • magenta value is 54.80%
  • yellow value is 66.10%
  • key color value is 30.59%
CMYK: (0,55,66,31) C0M55Y66K31 (0%,55%,66%,31%) (0.00/0.55/0.66/0.31) 

CMYK percentages

%0
%54.8
%66.1
%30.59

Codes

Color #B1503C in popluar color models

B1 50 3C
RGB 177 80 60
HSL 10° 49.37% 46.47%
HSB/HSV 10° 66.10% 69.41%
CMYK 0.00% 54.80% 66.10%
30.59%

Color #B1503C in popluar number systems.

HEX B1 50 3C
Decimal 177 80 60
Binary 10110001 1010000 111100
Octal 261 120 74

Shades and tints

Shades of #B1503C

#B1503C
(177,80,60)
#A14937
(161,73,55)
#914232
(145,66,50)
#813B2D
(129,59,45)
#713428
(113,52,40)
#612D23
(97,45,35)
#51261E
(81,38,30)
#411F19
(65,31,25)
#311814
(49,24,20)
#21110F
(33,17,15)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #B1503C

#B1503C
(177,80,60)
#B85F4D
(184,95,77)
#BF6E5E
(191,110,94)
#C67D6F
(198,125,111)
#CD8C80
(205,140,128)
#D49B91
(212,155,145)
#DBAAA2
(219,170,162)
#E2B9B3
(226,185,179)
#E9C8C4
(233,200,196)
#F0D7D5
(240,215,213)
#F7E6E6
(247,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1503C; }

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

This text font color is #B1503C.

Background Color

.myBgColor { background-color: #B1503C; }

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

This div background color is #B1503C.

Border color

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

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

This div border color is #B1503C.

Opacity

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

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

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

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

This text has shadow with #B1503C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1503C.

Preview

Color preview on black background

This text has color #B1503C on black background.


Color preview on white background

This text has color #B1503C on white background.


Black color preview on #B1503C background

This text has black color on #B1503C background.


White color preview on #B1503C background

This text has white color on #B1503C background.


Related colors

Complementary color

Complementary color for #hex is #4EAFC3.


I love getcolorcode.com

Triadic colors

1 #3CB150 and #503CB1 with #B1503C are triadic colors.

2 #3C50B1 and #50B13C with #B1503C are triadic colors.