COLOR #B2060A

HEX: #B2060A
RGB: (178,6,10)

Color info

#B2060A contains mainly red color. Web safe color of #B2060A is #990000 (or #900).

RGB color model

#B2060A color RGB value is (178,6,10).

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

RGB channels and saturation

R 178 of 255 = 70%
G 6 of 255 = 2%
B 10 of 255 = 4%

178
6
10

R + G + B ~ 25%. #B2060A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 6 + 10 = 194 (100%)
R 178 of 194 ~ 91.75%
G 6 of 194 ~ 3.09%
B 10 of 194 ~ 5.15%

%91.75

CMYK color model

#B2060A color CMYK value is (0,97,94,30).

  • cyan value is 0.00%
  • magenta value is 96.63%
  • yellow value is 94.38%
  • key color value is 30.20%
CMYK:
(0,97,94,30)
C0M97Y94K30 
(0%,97%,94%,30%)
(0.00/0.97/0.94/0.30)	

CMYK percentages

%0
%96.63
%94.38
%30.2

Codes

Color #B2060A in popluar color models

B2060A
RGB178610
HSL359°93.48%36.08%
HSB/HSV359°96.63%69.80%
CMYK0.00%96.63%94.38%
30.20%

Color #B2060A in popluar number systems.

HEXB2060A
Decimal178610
Binary101100101101010
Octal262612

Shades and tints

Shades of #B2060A

#B2060A
(178,6,10)
#A2060A
(162,6,10)
#92060A
(146,6,10)
#82060A
(130,6,10)
#72060A
(114,6,10)
#62060A
(98,6,10)
#52060A
(82,6,10)
#42060A
(66,6,10)
#32060A
(50,6,10)
#22060A
(34,6,10)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #B2060A

#B2060A
(178,6,10)
#B91C20
(185,28,32)
#C03236
(192,50,54)
#C7484C
(199,72,76)
#CE5E62
(206,94,98)
#D57478
(213,116,120)
#DC8A8E
(220,138,142)
#E3A0A4
(227,160,164)
#EAB6BA
(234,182,186)
#F1CCD0
(241,204,208)
#F8E2E6
(248,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2060A; }

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

This text font color is #B2060A.


Background Color

.myBgColor { background-color: #B2060A; }

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

This div background color is #B2060A.


Border color

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

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

This div border color is #B2060A.


Opacity

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

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

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

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

This text has shadow with #B2060A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2060A on black background.


Color preview on white background

This text has color #B2060A on white background.



Black color preview on #B2060A background

This text has black color on #B2060A background.


White color preview on #B2060A background

This text has white color on #B2060A background.