COLOR #BA3300

HEX: #BA3300 RGB: (186,51,0)

Color info

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

RGB color model

#BA3300 color RGB value is (186,51,0).

RGB: (186,51,0) (73%, 20%, 0%)

RGB channels and saturation

R 186 of 255 = 73%
G 51 of 255 = 20%
B 0 of 255 = 0%

186
51
0

R + G + B ~ 31%. #BA3300 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 186 + 51 + 0 = 237 (100%)
R 186 of 237 ~ 78.48%
G 51 of 237 ~ 21.52%
B 0 of 237 ~ 0'%

%78.48
%21.52

CMYK color model

#BA3300 color CMYK value is (0,73,100,27).

  • cyan value is 0.00%
  • magenta value is 72.58%
  • yellow value is 100.00%
  • key color value is 27.06%

CMYK: (0,73,100,27)
C0M73Y100K27 (0%, 73%, 100%, 27%)
(0.00 / 0.73 / 1.00 / 0.27)

CMYK percentages

%0
%72.58
%100
%27.06

Codes

Color #BA3300 in popluar color models

BA 33 00
RGB 186 51 0
HSL 16° 100.00% 36.47%
HSB/HSV 16° 100.00% 72.94%
CMYK 0.00% 72.58% 100.00%
27.06%

Color #BA3300 in popluar number systems.

HEX BA 33 00
Decimal 186 51 0
Binary 10111010 110011 0
Octal 272 63 0

Shades and tints

Shades of #BA3300

#BA3300
(186,51,0)
#AA2F00
(170,47,0)
#9A2B00
(154,43,0)
#8A2700
(138,39,0)
#7A2300
(122,35,0)
#6A1F00
(106,31,0)
#5A1B00
(90,27,0)
#4A1700
(74,23,0)
#3A1300
(58,19,0)
#2A0F00
(42,15,0)
#1A0B00
(26,11,0)
#000000
(0,0,0)

Tints of #BA3300

#BA3300
(186,51,0)
#C04517
(192,69,23)
#C6572E
(198,87,46)
#CC6945
(204,105,69)
#D27B5C
(210,123,92)
#D88D73
(216,141,115)
#DE9F8A
(222,159,138)
#E4B1A1
(228,177,161)
#EAC3B8
(234,195,184)
#F0D5CF
(240,213,207)
#F6E7E6
(246,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA3300; }

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

This text font color is #BA3300.

Background Color

.myBgColor { background-color: #BA3300; }

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

This div background color is #BA3300.

Border color

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

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

This div border color is #BA3300.

Opacity

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

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

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

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

This text has shadow with #BA3300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA3300.

Preview

Color preview on black background

This text has color #BA3300 on black background.


Color preview on white background

This text has color #BA3300 on white background.


Black color preview on #BA3300 background

This text has black color on #BA3300 background.


White color preview on #BA3300 background

This text has white color on #BA3300 background.


Related colors

Complementary color

Complementary color for #hex is #45CCFF.


I love getcolorcode.com

Triadic colors

1 #00BA33 and #3300BA with #BA3300 are triadic colors.

2 #0033BA and #33BA00 with #BA3300 are triadic colors.