COLOR #BA1A36

HEX: #BA1A36
RGB: (186,26,54)

Color info

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

RGB color model

#BA1A36 color RGB value is (186,26,54).

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

RGB channels and saturation

R 186 of 255 = 73%
G 26 of 255 = 10%
B 54 of 255 = 21%

186
26
54

R + G + B ~ 35%. #BA1A36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 26 + 54 = 266 (100%)
R 186 of 266 ~ 69.92%
G 26 of 266 ~ 9.77%
B 54 of 266 ~ 20.3%

%69.92
%9.77
%20.3

CMYK color model

#BA1A36 color CMYK value is (0,86,71,27).

  • cyan value is 0.00%
  • magenta value is 86.02%
  • yellow value is 70.97%
  • key color value is 27.06%
CMYK:
(0,86,71,27)
C0M86Y71K27 
(0%,86%,71%,27%)
(0.00/0.86/0.71/0.27)	

CMYK percentages

%0
%86.02
%70.97
%27.06

Codes

Color #BA1A36 in popluar color models

BA1A36
RGB1862654
HSL350°75.47%41.57%
HSB/HSV350°86.02%72.94%
CMYK0.00%86.02%70.97%
27.06%

Color #BA1A36 in popluar number systems.

HEXBA1A36
Decimal1862654
Binary1011101011010110110
Octal2723266

Shades and tints

Shades of #BA1A36

#BA1A36
(186,26,54)
#AA1832
(170,24,50)
#9A162E
(154,22,46)
#8A142A
(138,20,42)
#7A1226
(122,18,38)
#6A1022
(106,16,34)
#5A0E1E
(90,14,30)
#4A0C1A
(74,12,26)
#3A0A16
(58,10,22)
#2A0812
(42,8,18)
#1A060E
(26,6,14)
#000000
(0,0,0)

Tints of #BA1A36

#BA1A36
(186,26,54)
#C02E48
(192,46,72)
#C6425A
(198,66,90)
#CC566C
(204,86,108)
#D26A7E
(210,106,126)
#D87E90
(216,126,144)
#DE92A2
(222,146,162)
#E4A6B4
(228,166,180)
#EABAC6
(234,186,198)
#F0CED8
(240,206,216)
#F6E2EA
(246,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA1A36; }

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

This text font color is #BA1A36.


Background Color

.myBgColor { background-color: #BA1A36; }

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

This div background color is #BA1A36.


Border color

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

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

This div border color is #BA1A36.


Opacity

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

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

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

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

This text has shadow with #BA1A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA1A36 on black background.


Color preview on white background

This text has color #BA1A36 on white background.



Black color preview on #BA1A36 background

This text has black color on #BA1A36 background.


White color preview on #BA1A36 background

This text has white color on #BA1A36 background.