COLOR #BA1C04

HEX: #BA1C04
RGB: (186,28,4)

Color info

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

RGB color model

#BA1C04 color RGB value is (186,28,4).

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

RGB channels and saturation

R 186 of 255 = 73%
G 28 of 255 = 11%
B 4 of 255 = 2%

186
28
4

R + G + B ~ 29%. #BA1C04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 28 + 4 = 218 (100%)
R 186 of 218 ~ 85.32%
G 28 of 218 ~ 12.84%
B 4 of 218 ~ 1.83%

%85.32
%12.84

CMYK color model

#BA1C04 color CMYK value is (0,85,98,27).

  • cyan value is 0.00%
  • magenta value is 84.95%
  • yellow value is 97.85%
  • key color value is 27.06%
CMYK:
(0,85,98,27)
C0M85Y98K27 
(0%,85%,98%,27%)
(0.00/0.85/0.98/0.27)	

CMYK percentages

%0
%84.95
%97.85
%27.06

Codes

Color #BA1C04 in popluar color models

BA1C04
RGB186284
HSL95.79%37.25%
HSB/HSV97.85%72.94%
CMYK0.00%84.95%97.85%
27.06%

Color #BA1C04 in popluar number systems.

HEXBA1C04
Decimal186284
Binary1011101011100100
Octal272344

Shades and tints

Shades of #BA1C04

#BA1C04
(186,28,4)
#AA1A04
(170,26,4)
#9A1804
(154,24,4)
#8A1604
(138,22,4)
#7A1404
(122,20,4)
#6A1204
(106,18,4)
#5A1004
(90,16,4)
#4A0E04
(74,14,4)
#3A0C04
(58,12,4)
#2A0A04
(42,10,4)
#1A0804
(26,8,4)
#000000
(0,0,0)

Tints of #BA1C04

#BA1C04
(186,28,4)
#C0301A
(192,48,26)
#C64430
(198,68,48)
#CC5846
(204,88,70)
#D26C5C
(210,108,92)
#D88072
(216,128,114)
#DE9488
(222,148,136)
#E4A89E
(228,168,158)
#EABCB4
(234,188,180)
#F0D0CA
(240,208,202)
#F6E4E0
(246,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA1C04; }

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

This text font color is #BA1C04.


Background Color

.myBgColor { background-color: #BA1C04; }

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

This div background color is #BA1C04.


Border color

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

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

This div border color is #BA1C04.


Opacity

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

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

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

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

This text has shadow with #BA1C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA1C04 on black background.


Color preview on white background

This text has color #BA1C04 on white background.



Black color preview on #BA1C04 background

This text has black color on #BA1C04 background.


White color preview on #BA1C04 background

This text has white color on #BA1C04 background.