COLOR #BA1C1A

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

Color info

#BA1C1A contains mainly red color. Web safe color of #BA1C1A is #CC3300 (or #C30).

RGB color model

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

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

RGB channels and saturation

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

186
28
26

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

Portions of RGB colors in percentages

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

%77.5
%11.67
%10.83

CMYK color model

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

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

CMYK percentages

%0
%84.95
%86.02
%27.06

Codes

Color #BA1C1A in popluar color models

BA1C1A
RGB1862826
HSL75.47%41.57%
HSB/HSV86.02%72.94%
CMYK0.00%84.95%86.02%
27.06%

Color #BA1C1A in popluar number systems.

HEXBA1C1A
Decimal1862826
Binary101110101110011010
Octal2723432

Shades and tints

Shades of #BA1C1A

#BA1C1A
(186,28,26)
#AA1A18
(170,26,24)
#9A1816
(154,24,22)
#8A1614
(138,22,20)
#7A1412
(122,20,18)
#6A1210
(106,18,16)
#5A100E
(90,16,14)
#4A0E0C
(74,14,12)
#3A0C0A
(58,12,10)
#2A0A08
(42,10,8)
#1A0806
(26,8,6)
#000000
(0,0,0)

Tints of #BA1C1A

#BA1C1A
(186,28,26)
#C0302E
(192,48,46)
#C64442
(198,68,66)
#CC5856
(204,88,86)
#D26C6A
(210,108,106)
#D8807E
(216,128,126)
#DE9492
(222,148,146)
#E4A8A6
(228,168,166)
#EABCBA
(234,188,186)
#F0D0CE
(240,208,206)
#F6E4E2
(246,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA1C1A; }

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

This text font color is #BA1C1A.


Background Color

.myBgColor { background-color: #BA1C1A; }

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

This div background color is #BA1C1A.


Border color

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

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

This div border color is #BA1C1A.


Opacity

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

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

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

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

This text has shadow with #BA1C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA1C1A on black background.


Color preview on white background

This text has color #BA1C1A on white background.



Black color preview on #BA1C1A background

This text has black color on #BA1C1A background.


White color preview on #BA1C1A background

This text has white color on #BA1C1A background.