COLOR #BA060A

HEX: #BA060A
RGB: (186,6,10)

Color info

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

RGB color model

#BA060A color RGB value is (186,6,10).

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

RGB channels and saturation

R 186 of 255 = 73%
G 6 of 255 = 2%
B 10 of 255 = 4%

186
6
10

R + G + B ~ 26%. #BA060A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
186 + 6 + 10 = 202 (100%)
R 186 of 202 ~ 92.08%
G 6 of 202 ~ 2.97%
B 10 of 202 ~ 4.95%

%92.08

CMYK color model

#BA060A color CMYK value is (0,97,95,27).

  • cyan value is 0.00%
  • magenta value is 96.77%
  • yellow value is 94.62%
  • key color value is 27.06%
CMYK:
(0,97,95,27)
C0M97Y95K27 
(0%,97%,95%,27%)
(0.00/0.97/0.95/0.27)	

CMYK percentages

%0
%96.77
%94.62
%27.06

Codes

Color #BA060A in popluar color models

BA060A
RGB186610
HSL359°93.75%37.65%
HSB/HSV359°96.77%72.94%
CMYK0.00%96.77%94.62%
27.06%

Color #BA060A in popluar number systems.

HEXBA060A
Decimal186610
Binary101110101101010
Octal272612

Shades and tints

Shades of #BA060A

#BA060A
(186,6,10)
#AA060A
(170,6,10)
#9A060A
(154,6,10)
#8A060A
(138,6,10)
#7A060A
(122,6,10)
#6A060A
(106,6,10)
#5A060A
(90,6,10)
#4A060A
(74,6,10)
#3A060A
(58,6,10)
#2A060A
(42,6,10)
#1A060A
(26,6,10)
#000000
(0,0,0)

Tints of #BA060A

#BA060A
(186,6,10)
#C01C20
(192,28,32)
#C63236
(198,50,54)
#CC484C
(204,72,76)
#D25E62
(210,94,98)
#D87478
(216,116,120)
#DE8A8E
(222,138,142)
#E4A0A4
(228,160,164)
#EAB6BA
(234,182,186)
#F0CCD0
(240,204,208)
#F6E2E6
(246,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA060A color. Also use rgb(186,6,10) instead hex code.

Text Font Color

.myTextColor { color: #BA060A; }

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

This text font color is #BA060A.


Background Color

.myBgColor { background-color: #BA060A; }

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

This div background color is #BA060A.


Border color

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

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

This div border color is #BA060A.


Opacity

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

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

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

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

This text has shadow with #BA060A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA060A on black background.


Color preview on white background

This text has color #BA060A on white background.



Black color preview on #BA060A background

This text has black color on #BA060A background.


White color preview on #BA060A background

This text has white color on #BA060A background.