COLOR #BA142F

HEX: #BA142F
RGB: (186,20,47)

Color info

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

RGB color model

#BA142F color RGB value is (186,20,47).

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

RGB channels and saturation

R 186 of 255 = 73%
G 20 of 255 = 8%
B 47 of 255 = 18%

186
20
47

R + G + B ~ 33%. #BA142F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 20 + 47 = 253 (100%)
R 186 of 253 ~ 73.52%
G 20 of 253 ~ 7.91%
B 47 of 253 ~ 18.58%

%73.52
%18.58

CMYK color model

#BA142F color CMYK value is (0,89,75,27).

  • cyan value is 0.00%
  • magenta value is 89.25%
  • yellow value is 74.73%
  • key color value is 27.06%
CMYK:
(0,89,75,27)
C0M89Y75K27 
(0%,89%,75%,27%)
(0.00/0.89/0.75/0.27)	

CMYK percentages

%0
%89.25
%74.73
%27.06

Codes

Color #BA142F in popluar color models

BA142F
RGB1862047
HSL350°80.58%40.39%
HSB/HSV350°89.25%72.94%
CMYK0.00%89.25%74.73%
27.06%

Color #BA142F in popluar number systems.

HEXBA142F
Decimal1862047
Binary1011101010100101111
Octal2722457

Shades and tints

Shades of #BA142F

#BA142F
(186,20,47)
#AA132B
(170,19,43)
#9A1227
(154,18,39)
#8A1123
(138,17,35)
#7A101F
(122,16,31)
#6A0F1B
(106,15,27)
#5A0E17
(90,14,23)
#4A0D13
(74,13,19)
#3A0C0F
(58,12,15)
#2A0B0B
(42,11,11)
#1A0A07
(26,10,7)
#000000
(0,0,0)

Tints of #BA142F

#BA142F
(186,20,47)
#C02941
(192,41,65)
#C63E53
(198,62,83)
#CC5365
(204,83,101)
#D26877
(210,104,119)
#D87D89
(216,125,137)
#DE929B
(222,146,155)
#E4A7AD
(228,167,173)
#EABCBF
(234,188,191)
#F0D1D1
(240,209,209)
#F6E6E3
(246,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA142F; }

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

This text font color is #BA142F.


Background Color

.myBgColor { background-color: #BA142F; }

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

This div background color is #BA142F.


Border color

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

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

This div border color is #BA142F.


Opacity

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

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

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

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

This text has shadow with #BA142F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA142F on black background.


Color preview on white background

This text has color #BA142F on white background.



Black color preview on #BA142F background

This text has black color on #BA142F background.


White color preview on #BA142F background

This text has white color on #BA142F background.