COLOR #B01A59

HEX: #B01A59
RGB: (176,26,89)

Color info

#B01A59 contains mainly red color. Web safe color of #B01A59 is #990066 (or #906).

RGB color model

#B01A59 color RGB value is (176,26,89).

  • red value is 176;
  • green value is 26;
  • blue value is 89.
RGB:
(176,26,89)
(69%,10%,35%)

RGB channels and saturation

R 176 of 255 = 69%
G 26 of 255 = 10%
B 89 of 255 = 35%

176
26
89

R + G + B ~ 38%. #B01A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
176 + 26 + 89 = 291 (100%)
R 176 of 291 ~ 60.48%
G 26 of 291 ~ 8.93%
B 89 of 291 ~ 30.58%

%60.48
%30.58

CMYK color model

#B01A59 color CMYK value is (0,85,49,31).

  • cyan value is 0.00%
  • magenta value is 85.23%
  • yellow value is 49.43%
  • key color value is 30.98%
CMYK:
(0,85,49,31)
C0M85Y49K31 
(0%,85%,49%,31%)
(0.00/0.85/0.49/0.31)	

CMYK percentages

%0
%85.23
%49.43
%30.98

Codes

Color #B01A59 in popluar color models

B01A59
RGB1762689
HSL335°74.26%39.61%
HSB/HSV335°85.23%69.02%
CMYK0.00%85.23%49.43%
30.98%

Color #B01A59 in popluar number systems.

HEXB01A59
Decimal1762689
Binary10110000110101011001
Octal26032131

Shades and tints

Shades of #B01A59

#B01A59
(176,26,89)
#A01851
(160,24,81)
#901649
(144,22,73)
#801441
(128,20,65)
#701239
(112,18,57)
#601031
(96,16,49)
#500E29
(80,14,41)
#400C21
(64,12,33)
#300A19
(48,10,25)
#200811
(32,8,17)
#100609
(16,6,9)
#000000
(0,0,0)

Tints of #B01A59

#B01A59
(176,26,89)
#B72E68
(183,46,104)
#BE4277
(190,66,119)
#C55686
(197,86,134)
#CC6A95
(204,106,149)
#D37EA4
(211,126,164)
#DA92B3
(218,146,179)
#E1A6C2
(225,166,194)
#E8BAD1
(232,186,209)
#EFCEE0
(239,206,224)
#F6E2EF
(246,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B01A59 color. Also use rgb(176,26,89) instead hex code.

Text Font Color

.myTextColor { color: #B01A59; }

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

This text font color is #B01A59.


Background Color

.myBgColor { background-color: #B01A59; }

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

This div background color is #B01A59.


Border color

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

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

This div border color is #B01A59.


Opacity

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

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

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

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

This text has shadow with #B01A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B01A59 on black background.


Color preview on white background

This text has color #B01A59 on white background.



Black color preview on #B01A59 background

This text has black color on #B01A59 background.


White color preview on #B01A59 background

This text has white color on #B01A59 background.