COLOR #BA1714

HEX: #BA1714
RGB: (186,23,20)

Color info

#BA1714 contains mainly red color. Web safe color of #BA1714 is #CC0000 (or #C00).

RGB color model

#BA1714 color RGB value is (186,23,20).

  • red value is 186;
  • green value is 23;
  • blue value is 20.
RGB:
(186,23,20)
(73%,9%,8%)

RGB channels and saturation

R 186 of 255 = 73%
G 23 of 255 = 9%
B 20 of 255 = 8%

186
23
20

R + G + B ~ 30%. #BA1714 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 23 + 20 = 229 (100%)
R 186 of 229 ~ 81.22%
G 23 of 229 ~ 10.04%
B 20 of 229 ~ 8.73%

%81.22
%10.04

CMYK color model

#BA1714 color CMYK value is (0,88,89,27).

  • cyan value is 0.00%
  • magenta value is 87.63%
  • yellow value is 89.25%
  • key color value is 27.06%
CMYK:
(0,88,89,27)
C0M88Y89K27 
(0%,88%,89%,27%)
(0.00/0.88/0.89/0.27)	

CMYK percentages

%0
%87.63
%89.25
%27.06

Codes

Color #BA1714 in popluar color models

BA1714
RGB1862320
HSL80.58%40.39%
HSB/HSV89.25%72.94%
CMYK0.00%87.63%89.25%
27.06%

Color #BA1714 in popluar number systems.

HEXBA1714
Decimal1862320
Binary101110101011110100
Octal2722724

Shades and tints

Shades of #BA1714

#BA1714
(186,23,20)
#AA1513
(170,21,19)
#9A1312
(154,19,18)
#8A1111
(138,17,17)
#7A0F10
(122,15,16)
#6A0D0F
(106,13,15)
#5A0B0E
(90,11,14)
#4A090D
(74,9,13)
#3A070C
(58,7,12)
#2A050B
(42,5,11)
#1A030A
(26,3,10)
#000000
(0,0,0)

Tints of #BA1714

#BA1714
(186,23,20)
#C02C29
(192,44,41)
#C6413E
(198,65,62)
#CC5653
(204,86,83)
#D26B68
(210,107,104)
#D8807D
(216,128,125)
#DE9592
(222,149,146)
#E4AAA7
(228,170,167)
#EABFBC
(234,191,188)
#F0D4D1
(240,212,209)
#F6E9E6
(246,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA1714 color. Also use rgb(186,23,20) instead hex code.

Text Font Color

.myTextColor { color: #BA1714; }

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

This text font color is #BA1714.


Background Color

.myBgColor { background-color: #BA1714; }

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

This div background color is #BA1714.


Border color

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

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

This div border color is #BA1714.


Opacity

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

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

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

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

This text has shadow with #BA1714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA1714 on black background.


Color preview on white background

This text has color #BA1714 on white background.



Black color preview on #BA1714 background

This text has black color on #BA1714 background.


White color preview on #BA1714 background

This text has white color on #BA1714 background.