COLOR #BA002F

HEX: #BA002F
RGB: (186,0,47)

Color info

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

RGB color model

#BA002F color RGB value is (186,0,47).

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

RGB channels and saturation

R 186 of 255 = 73%
G 0 of 255 = 0%
B 47 of 255 = 18%

186
0
47

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

Portions of RGB colors in percentages

R + G + B =
186 + 0 + 47 = 233 (100%)
R 186 of 233 ~ 79.83%
G 0 of 233 ~ 0%
B 47 of 233 ~ 20.17%

%79.83
%20.17

CMYK color model

#BA002F color CMYK value is (0,100,75,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 74.73%
  • key color value is 27.06%
CMYK:
(0,100,75,27)
C0M100Y75K27 
(0%,100%,75%,27%)
(0.00/1.00/0.75/0.27)	

CMYK percentages

%0
%100
%74.73
%27.06

Codes

Color #BA002F in popluar color models

BA002F
RGB186047
HSL345°100.00%36.47%
HSB/HSV345°100.00%72.94%
CMYK0.00%100.00%74.73%
27.06%

Color #BA002F in popluar number systems.

HEXBA002F
Decimal186047
Binary101110100101111
Octal272057

Shades and tints

Shades of #BA002F

#BA002F
(186,0,47)
#AA002B
(170,0,43)
#9A0027
(154,0,39)
#8A0023
(138,0,35)
#7A001F
(122,0,31)
#6A001B
(106,0,27)
#5A0017
(90,0,23)
#4A0013
(74,0,19)
#3A000F
(58,0,15)
#2A000B
(42,0,11)
#1A0007
(26,0,7)
#000000
(0,0,0)

Tints of #BA002F

#BA002F
(186,0,47)
#C01741
(192,23,65)
#C62E53
(198,46,83)
#CC4565
(204,69,101)
#D25C77
(210,92,119)
#D87389
(216,115,137)
#DE8A9B
(222,138,155)
#E4A1AD
(228,161,173)
#EAB8BF
(234,184,191)
#F0CFD1
(240,207,209)
#F6E6E3
(246,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA002F; }

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

This text font color is #BA002F.


Background Color

.myBgColor { background-color: #BA002F; }

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

This div background color is #BA002F.


Border color

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

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

This div border color is #BA002F.


Opacity

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

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

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

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

This text has shadow with #BA002F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA002F on black background.


Color preview on white background

This text has color #BA002F on white background.



Black color preview on #BA002F background

This text has black color on #BA002F background.


White color preview on #BA002F background

This text has white color on #BA002F background.