COLOR #B9013C

HEX: #B9013C
RGB: (185,1,60)

Color info

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

RGB color model

#B9013C color RGB value is (185,1,60).

  • red value is 185;
  • green value is 1;
  • blue value is 60.
RGB:
(185,1,60)
(73%,0%,24%)

RGB channels and saturation

R 185 of 255 = 73%
G 1 of 255 = 0%
B 60 of 255 = 24%

185
1
60

R + G + B ~ 32%. #B9013C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 1 + 60 = 246 (100%)
R 185 of 246 ~ 75.2%
G 1 of 246 ~ 0.41%
B 60 of 246 ~ 24.39%

%75.2
%24.39

CMYK color model

#B9013C color CMYK value is (0,99,68,27).

  • cyan value is 0.00%
  • magenta value is 99.46%
  • yellow value is 67.57%
  • key color value is 27.45%
CMYK:
(0,99,68,27)
C0M99Y68K27 
(0%,99%,68%,27%)
(0.00/0.99/0.68/0.27)	

CMYK percentages

%0
%99.46
%67.57
%27.45

Codes

Color #B9013C in popluar color models

B9013C
RGB185160
HSL341°98.92%36.47%
HSB/HSV341°99.46%72.55%
CMYK0.00%99.46%67.57%
27.45%

Color #B9013C in popluar number systems.

HEXB9013C
Decimal185160
Binary101110011111100
Octal271174

Shades and tints

Shades of #B9013C

#B9013C
(185,1,60)
#A90137
(169,1,55)
#990132
(153,1,50)
#89012D
(137,1,45)
#790128
(121,1,40)
#690123
(105,1,35)
#59011E
(89,1,30)
#490119
(73,1,25)
#390114
(57,1,20)
#29010F
(41,1,15)
#19010A
(25,1,10)
#000000
(0,0,0)

Tints of #B9013C

#B9013C
(185,1,60)
#BF184D
(191,24,77)
#C52F5E
(197,47,94)
#CB466F
(203,70,111)
#D15D80
(209,93,128)
#D77491
(215,116,145)
#DD8BA2
(221,139,162)
#E3A2B3
(227,162,179)
#E9B9C4
(233,185,196)
#EFD0D5
(239,208,213)
#F5E7E6
(245,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9013C color. Also use rgb(185,1,60) instead hex code.

Text Font Color

.myTextColor { color: #B9013C; }

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

This text font color is #B9013C.


Background Color

.myBgColor { background-color: #B9013C; }

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

This div background color is #B9013C.


Border color

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

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

This div border color is #B9013C.


Opacity

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

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

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

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

This text has shadow with #B9013C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9013C on black background.


Color preview on white background

This text has color #B9013C on white background.



Black color preview on #B9013C background

This text has black color on #B9013C background.


White color preview on #B9013C background

This text has white color on #B9013C background.