COLOR #BA0401

HEX: #BA0401
RGB: (186,4,1)

Color info

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

RGB color model

#BA0401 color RGB value is (186,4,1).

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

RGB channels and saturation

R 186 of 255 = 73%
G 4 of 255 = 2%
B 1 of 255 = 0%

186
4
1

R + G + B ~ 25%. #BA0401 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 4 + 1 = 191 (100%)
R 186 of 191 ~ 97.38%
G 4 of 191 ~ 2.09%
B 1 of 191 ~ 0.52%

%97.38

CMYK color model

#BA0401 color CMYK value is (0,98,99,27).

  • cyan value is 0.00%
  • magenta value is 97.85%
  • yellow value is 99.46%
  • key color value is 27.06%
CMYK:
(0,98,99,27)
C0M98Y99K27 
(0%,98%,99%,27%)
(0.00/0.98/0.99/0.27)	

CMYK percentages

%0
%97.85
%99.46
%27.06

Codes

Color #BA0401 in popluar color models

BA0401
RGB18641
HSL98.93%36.67%
HSB/HSV99.46%72.94%
CMYK0.00%97.85%99.46%
27.06%

Color #BA0401 in popluar number systems.

HEXBA0401
Decimal18641
Binary101110101001
Octal27241

Shades and tints

Shades of #BA0401

#BA0401
(186,4,1)
#AA0401
(170,4,1)
#9A0401
(154,4,1)
#8A0401
(138,4,1)
#7A0401
(122,4,1)
#6A0401
(106,4,1)
#5A0401
(90,4,1)
#4A0401
(74,4,1)
#3A0401
(58,4,1)
#2A0401
(42,4,1)
#1A0401
(26,4,1)
#000000
(0,0,0)

Tints of #BA0401

#BA0401
(186,4,1)
#C01A18
(192,26,24)
#C6302F
(198,48,47)
#CC4646
(204,70,70)
#D25C5D
(210,92,93)
#D87274
(216,114,116)
#DE888B
(222,136,139)
#E49EA2
(228,158,162)
#EAB4B9
(234,180,185)
#F0CAD0
(240,202,208)
#F6E0E7
(246,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA0401; }

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

This text font color is #BA0401.


Background Color

.myBgColor { background-color: #BA0401; }

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

This div background color is #BA0401.


Border color

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

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

This div border color is #BA0401.


Opacity

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

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

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

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

This text has shadow with #BA0401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA0401 on black background.


Color preview on white background

This text has color #BA0401 on white background.



Black color preview on #BA0401 background

This text has black color on #BA0401 background.


White color preview on #BA0401 background

This text has white color on #BA0401 background.