COLOR #BA1D03

HEX: #BA1D03 RGB: (186,29,3)

Color info

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

RGB color model

#BA1D03 color RGB value is (186,29,3).

RGB: (186,29,3) (73%, 11%, 1%)

RGB channels and saturation

R 186 of 255 = 73%
G 29 of 255 = 11%
B 3 of 255 = 1%

186
29
3

R + G + B ~ 28%. #BA1D03 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 186 + 29 + 3 = 218 (100%)
R 186 of 218 ~ 85.32%
G 29 of 218 ~ 13.3%
B 3 of 218 ~ 1.38'%

%85.32
%13.3

CMYK color model

#BA1D03 color CMYK value is (0,84,98,27).

  • cyan value is 0.00%
  • magenta value is 84.41%
  • yellow value is 98.39%
  • key color value is 27.06%

CMYK: (0,84,98,27)
C0M84Y98K27 (0%, 84%, 98%, 27%)
(0.00 / 0.84 / 0.98 / 0.27)

CMYK percentages

%0
%84.41
%98.39
%27.06

Codes

Color #BA1D03 in popluar color models

BA 1D 03
RGB 186 29 3
HSL 96.83% 37.06%
HSB/HSV 98.39% 72.94%
CMYK 0.00% 84.41% 98.39%
27.06%

Color #BA1D03 in popluar number systems.

HEX BA 1D 03
Decimal 186 29 3
Binary 10111010 11101 11
Octal 272 35 3

Shades and tints

Shades of #BA1D03

#BA1D03
(186,29,3)
#AA1B03
(170,27,3)
#9A1903
(154,25,3)
#8A1703
(138,23,3)
#7A1503
(122,21,3)
#6A1303
(106,19,3)
#5A1103
(90,17,3)
#4A0F03
(74,15,3)
#3A0D03
(58,13,3)
#2A0B03
(42,11,3)
#1A0903
(26,9,3)
#000000
(0,0,0)

Tints of #BA1D03

#BA1D03
(186,29,3)
#C03119
(192,49,25)
#C6452F
(198,69,47)
#CC5945
(204,89,69)
#D26D5B
(210,109,91)
#D88171
(216,129,113)
#DE9587
(222,149,135)
#E4A99D
(228,169,157)
#EABDB3
(234,189,179)
#F0D1C9
(240,209,201)
#F6E5DF
(246,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA1D03 color. Also use rgb(186,29,3) instead hex code.

Text Font Color

.myTextColor { color: #BA1D03; }

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

This text font color is #BA1D03.

Background Color

.myBgColor { background-color: #BA1D03; }

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

This div background color is #BA1D03.

Border color

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

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

This div border color is #BA1D03.

Opacity

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

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

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

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

This text has shadow with #BA1D03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA1D03.

Preview

Color preview on black background

This text has color #BA1D03 on black background.


Color preview on white background

This text has color #BA1D03 on white background.


Black color preview on #BA1D03 background

This text has black color on #BA1D03 background.


White color preview on #BA1D03 background

This text has white color on #BA1D03 background.


Related colors

Complementary color

Complementary color for #hex is #45E2FC.


I love getcolorcode.com

Triadic colors

1 #03BA1D and #1D03BA with #BA1D03 are triadic colors.

2 #031DBA and #1DBA03 with #BA1D03 are triadic colors.