COLOR #BA090B

HEX: #BA090B RGB: (186,9,11)

Color info

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

RGB color model

#BA090B color RGB value is (186,9,11).

RGB: (186,9,11) (73%, 4%, 4%)

RGB channels and saturation

R 186 of 255 = 73%
G 9 of 255 = 4%
B 11 of 255 = 4%

186
9
11

R + G + B ~ 27%. #BA090B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 186 + 9 + 11 = 206 (100%)
R 186 of 206 ~ 90.29%
G 9 of 206 ~ 4.37%
B 11 of 206 ~ 5.34'%

%90.29

CMYK color model

#BA090B color CMYK value is (0,95,94,27).

  • cyan value is 0.00%
  • magenta value is 95.16%
  • yellow value is 94.09%
  • key color value is 27.06%
CMYK: (0,95,94,27) C0M95Y94K27 (0%,95%,94%,27%) (0.00/0.95/0.94/0.27) 

CMYK percentages

%0
%95.16
%94.09
%27.06

Codes

Color #BA090B in popluar color models

BA 09 0B
RGB 186 9 11
HSL 359° 90.77% 38.24%
HSB/HSV 359° 95.16% 72.94%
CMYK 0.00% 95.16% 94.09%
27.06%

Color #BA090B in popluar number systems.

HEX BA 09 0B
Decimal 186 9 11
Binary 10111010 1001 1011
Octal 272 11 13

Shades and tints

Shades of #BA090B

#BA090B
(186,9,11)
#AA090A
(170,9,10)
#9A0909
(154,9,9)
#8A0908
(138,9,8)
#7A0907
(122,9,7)
#6A0906
(106,9,6)
#5A0905
(90,9,5)
#4A0904
(74,9,4)
#3A0903
(58,9,3)
#2A0902
(42,9,2)
#1A0901
(26,9,1)
#000000
(0,0,0)

Tints of #BA090B

#BA090B
(186,9,11)
#C01F21
(192,31,33)
#C63537
(198,53,55)
#CC4B4D
(204,75,77)
#D26163
(210,97,99)
#D87779
(216,119,121)
#DE8D8F
(222,141,143)
#E4A3A5
(228,163,165)
#EAB9BB
(234,185,187)
#F0CFD1
(240,207,209)
#F6E5E7
(246,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA090B color. Also use rgb(186,9,11) instead hex code.

Text Font Color

.myTextColor { color: #BA090B; }

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

This text font color is #BA090B.

Background Color

.myBgColor { background-color: #BA090B; }

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

This div background color is #BA090B.

Border color

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

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

This div border color is #BA090B.

Opacity

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

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

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

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

This text has shadow with #BA090B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA090B.

Preview

Color preview on black background

This text has color #BA090B on black background.


Color preview on white background

This text has color #BA090B on white background.


Black color preview on #BA090B background

This text has black color on #BA090B background.


White color preview on #BA090B background

This text has white color on #BA090B background.


Related colors

Complementary color

Complementary color for #hex is #45F6F4.


I love getcolorcode.com

Triadic colors

1 #0BBA09 and #090BBA with #BA090B are triadic colors.

2 #0B09BA and #09BA0B with #BA090B are triadic colors.