COLOR #BA0027

HEX: #BA0027
RGB: (186,0,39)

Color info

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

RGB color model

#BA0027 color RGB value is (186,0,39).

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

RGB channels and saturation

R 186 of 255 = 73%
G 0 of 255 = 0%
B 39 of 255 = 15%

186
0
39

R + G + B ~ 29%. #BA0027 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 0 + 39 = 225 (100%)
R 186 of 225 ~ 82.67%
G 0 of 225 ~ 0%
B 39 of 225 ~ 17.33%

%82.67
%17.33

CMYK color model

#BA0027 color CMYK value is (0,100,79,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 79.03%
  • key color value is 27.06%
CMYK:
(0,100,79,27)
C0M100Y79K27 
(0%,100%,79%,27%)
(0.00/1.00/0.79/0.27)	

CMYK percentages

%0
%100
%79.03
%27.06

Codes

Color #BA0027 in popluar color models

BA0027
RGB186039
HSL347°100.00%36.47%
HSB/HSV347°100.00%72.94%
CMYK0.00%100.00%79.03%
27.06%

Color #BA0027 in popluar number systems.

HEXBA0027
Decimal186039
Binary101110100100111
Octal272047

Shades and tints

Shades of #BA0027

#BA0027
(186,0,39)
#AA0024
(170,0,36)
#9A0021
(154,0,33)
#8A001E
(138,0,30)
#7A001B
(122,0,27)
#6A0018
(106,0,24)
#5A0015
(90,0,21)
#4A0012
(74,0,18)
#3A000F
(58,0,15)
#2A000C
(42,0,12)
#1A0009
(26,0,9)
#000000
(0,0,0)

Tints of #BA0027

#BA0027
(186,0,39)
#C0173A
(192,23,58)
#C62E4D
(198,46,77)
#CC4560
(204,69,96)
#D25C73
(210,92,115)
#D87386
(216,115,134)
#DE8A99
(222,138,153)
#E4A1AC
(228,161,172)
#EAB8BF
(234,184,191)
#F0CFD2
(240,207,210)
#F6E6E5
(246,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA0027; }

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

This text font color is #BA0027.


Background Color

.myBgColor { background-color: #BA0027; }

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

This div background color is #BA0027.


Border color

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

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

This div border color is #BA0027.


Opacity

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

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

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

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

This text has shadow with #BA0027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA0027 on black background.


Color preview on white background

This text has color #BA0027 on white background.



Black color preview on #BA0027 background

This text has black color on #BA0027 background.


White color preview on #BA0027 background

This text has white color on #BA0027 background.