COLOR #BA1A1C

HEX: #BA1A1C
RGB: (186,26,28)

Color info

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

RGB color model

#BA1A1C color RGB value is (186,26,28).

  • red value is 186;
  • green value is 26;
  • blue value is 28.
RGB:
(186,26,28)
(73%,10%,11%)

RGB channels and saturation

R 186 of 255 = 73%
G 26 of 255 = 10%
B 28 of 255 = 11%

186
26
28

R + G + B ~ 31%. #BA1A1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 26 + 28 = 240 (100%)
R 186 of 240 ~ 77.5%
G 26 of 240 ~ 10.83%
B 28 of 240 ~ 11.67%

%77.5
%10.83
%11.67

CMYK color model

#BA1A1C color CMYK value is (0,86,85,27).

  • cyan value is 0.00%
  • magenta value is 86.02%
  • yellow value is 84.95%
  • key color value is 27.06%
CMYK:
(0,86,85,27)
C0M86Y85K27 
(0%,86%,85%,27%)
(0.00/0.86/0.85/0.27)	

CMYK percentages

%0
%86.02
%84.95
%27.06

Codes

Color #BA1A1C in popluar color models

BA1A1C
RGB1862628
HSL359°75.47%41.57%
HSB/HSV359°86.02%72.94%
CMYK0.00%86.02%84.95%
27.06%

Color #BA1A1C in popluar number systems.

HEXBA1A1C
Decimal1862628
Binary101110101101011100
Octal2723234

Shades and tints

Shades of #BA1A1C

#BA1A1C
(186,26,28)
#AA181A
(170,24,26)
#9A1618
(154,22,24)
#8A1416
(138,20,22)
#7A1214
(122,18,20)
#6A1012
(106,16,18)
#5A0E10
(90,14,16)
#4A0C0E
(74,12,14)
#3A0A0C
(58,10,12)
#2A080A
(42,8,10)
#1A0608
(26,6,8)
#000000
(0,0,0)

Tints of #BA1A1C

#BA1A1C
(186,26,28)
#C02E30
(192,46,48)
#C64244
(198,66,68)
#CC5658
(204,86,88)
#D26A6C
(210,106,108)
#D87E80
(216,126,128)
#DE9294
(222,146,148)
#E4A6A8
(228,166,168)
#EABABC
(234,186,188)
#F0CED0
(240,206,208)
#F6E2E4
(246,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA1A1C color. Also use rgb(186,26,28) instead hex code.

Text Font Color

.myTextColor { color: #BA1A1C; }

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

This text font color is #BA1A1C.


Background Color

.myBgColor { background-color: #BA1A1C; }

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

This div background color is #BA1A1C.


Border color

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

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

This div border color is #BA1A1C.


Opacity

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

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

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

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

This text has shadow with #BA1A1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA1A1C on black background.


Color preview on white background

This text has color #BA1A1C on white background.



Black color preview on #BA1A1C background

This text has black color on #BA1A1C background.


White color preview on #BA1A1C background

This text has white color on #BA1A1C background.