COLOR #BA004B

HEX: #BA004B
RGB: (186,0,75)

Color info

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

RGB color model

#BA004B color RGB value is (186,0,75).

  • red value is 186;
  • green value is 0;
  • blue value is 75.
RGB:
(186,0,75)
(73%,0%,29%)

RGB channels and saturation

R 186 of 255 = 73%
G 0 of 255 = 0%
B 75 of 255 = 29%

186
0
75

R + G + B ~ 34%. #BA004B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 0 + 75 = 261 (100%)
R 186 of 261 ~ 71.26%
G 0 of 261 ~ 0%
B 75 of 261 ~ 28.74%

%71.26
%28.74

CMYK color model

#BA004B color CMYK value is (0,100,60,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.68%
  • key color value is 27.06%
CMYK:
(0,100,60,27)
C0M100Y60K27 
(0%,100%,60%,27%)
(0.00/1.00/0.60/0.27)	

CMYK percentages

%0
%100
%59.68
%27.06

Codes

Color #BA004B in popluar color models

BA004B
RGB186075
HSL336°100.00%36.47%
HSB/HSV336°100.00%72.94%
CMYK0.00%100.00%59.68%
27.06%

Color #BA004B in popluar number systems.

HEXBA004B
Decimal186075
Binary1011101001001011
Octal2720113

Shades and tints

Shades of #BA004B

#BA004B
(186,0,75)
#AA0045
(170,0,69)
#9A003F
(154,0,63)
#8A0039
(138,0,57)
#7A0033
(122,0,51)
#6A002D
(106,0,45)
#5A0027
(90,0,39)
#4A0021
(74,0,33)
#3A001B
(58,0,27)
#2A0015
(42,0,21)
#1A000F
(26,0,15)
#000000
(0,0,0)

Tints of #BA004B

#BA004B
(186,0,75)
#C0175B
(192,23,91)
#C62E6B
(198,46,107)
#CC457B
(204,69,123)
#D25C8B
(210,92,139)
#D8739B
(216,115,155)
#DE8AAB
(222,138,171)
#E4A1BB
(228,161,187)
#EAB8CB
(234,184,203)
#F0CFDB
(240,207,219)
#F6E6EB
(246,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA004B color. Also use rgb(186,0,75) instead hex code.

Text Font Color

.myTextColor { color: #BA004B; }

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

This text font color is #BA004B.


Background Color

.myBgColor { background-color: #BA004B; }

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

This div background color is #BA004B.


Border color

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

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

This div border color is #BA004B.


Opacity

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

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

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

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

This text has shadow with #BA004B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA004B on black background.


Color preview on white background

This text has color #BA004B on white background.



Black color preview on #BA004B background

This text has black color on #BA004B background.


White color preview on #BA004B background

This text has white color on #BA004B background.