COLOR #B80A3C

HEX: #B80A3C
RGB: (184,10,60)

Color info

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

RGB color model

#B80A3C color RGB value is (184,10,60).

  • red value is 184;
  • green value is 10;
  • blue value is 60.
RGB:
(184,10,60)
(72%,4%,24%)

RGB channels and saturation

R 184 of 255 = 72%
G 10 of 255 = 4%
B 60 of 255 = 24%

184
10
60

R + G + B ~ 33%. #B80A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
184 + 10 + 60 = 254 (100%)
R 184 of 254 ~ 72.44%
G 10 of 254 ~ 3.94%
B 60 of 254 ~ 23.62%

%72.44
%23.62

CMYK color model

#B80A3C color CMYK value is (0,95,67,28).

  • cyan value is 0.00%
  • magenta value is 94.57%
  • yellow value is 67.39%
  • key color value is 27.84%
CMYK:
(0,95,67,28)
C0M95Y67K28 
(0%,95%,67%,28%)
(0.00/0.95/0.67/0.28)	

CMYK percentages

%0
%94.57
%67.39
%27.84

Codes

Color #B80A3C in popluar color models

B80A3C
RGB1841060
HSL343°89.69%38.04%
HSB/HSV343°94.57%72.16%
CMYK0.00%94.57%67.39%
27.84%

Color #B80A3C in popluar number systems.

HEXB80A3C
Decimal1841060
Binary101110001010111100
Octal2701274

Shades and tints

Shades of #B80A3C

#B80A3C
(184,10,60)
#A80A37
(168,10,55)
#980A32
(152,10,50)
#880A2D
(136,10,45)
#780A28
(120,10,40)
#680A23
(104,10,35)
#580A1E
(88,10,30)
#480A19
(72,10,25)
#380A14
(56,10,20)
#280A0F
(40,10,15)
#180A0A
(24,10,10)
#000000
(0,0,0)

Tints of #B80A3C

#B80A3C
(184,10,60)
#BE204D
(190,32,77)
#C4365E
(196,54,94)
#CA4C6F
(202,76,111)
#D06280
(208,98,128)
#D67891
(214,120,145)
#DC8EA2
(220,142,162)
#E2A4B3
(226,164,179)
#E8BAC4
(232,186,196)
#EED0D5
(238,208,213)
#F4E6E6
(244,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B80A3C color. Also use rgb(184,10,60) instead hex code.

Text Font Color

.myTextColor { color: #B80A3C; }

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

This text font color is #B80A3C.


Background Color

.myBgColor { background-color: #B80A3C; }

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

This div background color is #B80A3C.


Border color

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

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

This div border color is #B80A3C.


Opacity

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

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

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

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

This text has shadow with #B80A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B80A3C on black background.


Color preview on white background

This text has color #B80A3C on white background.



Black color preview on #B80A3C background

This text has black color on #B80A3C background.


White color preview on #B80A3C background

This text has white color on #B80A3C background.