COLOR #B40346

HEX: #B40346
RGB: (180,3,70)

Color info

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

RGB color model

#B40346 color RGB value is (180,3,70).

  • red value is 180;
  • green value is 3;
  • blue value is 70.
RGB:
(180,3,70)
(71%,1%,27%)

RGB channels and saturation

R 180 of 255 = 71%
G 3 of 255 = 1%
B 70 of 255 = 27%

180
3
70

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

Portions of RGB colors in percentages

R + G + B =
180 + 3 + 70 = 253 (100%)
R 180 of 253 ~ 71.15%
G 3 of 253 ~ 1.19%
B 70 of 253 ~ 27.67%

%71.15
%27.67

CMYK color model

#B40346 color CMYK value is (0,98,61,29).

  • cyan value is 0.00%
  • magenta value is 98.33%
  • yellow value is 61.11%
  • key color value is 29.41%
CMYK:
(0,98,61,29)
C0M98Y61K29 
(0%,98%,61%,29%)
(0.00/0.98/0.61/0.29)	

CMYK percentages

%0
%98.33
%61.11
%29.41

Codes

Color #B40346 in popluar color models

B40346
RGB180370
HSL337°96.72%35.88%
HSB/HSV337°98.33%70.59%
CMYK0.00%98.33%61.11%
29.41%

Color #B40346 in popluar number systems.

HEXB40346
Decimal180370
Binary10110100111000110
Octal2643106

Shades and tints

Shades of #B40346

#B40346
(180,3,70)
#A40340
(164,3,64)
#94033A
(148,3,58)
#840334
(132,3,52)
#74032E
(116,3,46)
#640328
(100,3,40)
#540322
(84,3,34)
#44031C
(68,3,28)
#340316
(52,3,22)
#240310
(36,3,16)
#14030A
(20,3,10)
#000000
(0,0,0)

Tints of #B40346

#B40346
(180,3,70)
#BA1956
(186,25,86)
#C02F66
(192,47,102)
#C64576
(198,69,118)
#CC5B86
(204,91,134)
#D27196
(210,113,150)
#D887A6
(216,135,166)
#DE9DB6
(222,157,182)
#E4B3C6
(228,179,198)
#EAC9D6
(234,201,214)
#F0DFE6
(240,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B40346 color. Also use rgb(180,3,70) instead hex code.

Text Font Color

.myTextColor { color: #B40346; }

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

This text font color is #B40346.


Background Color

.myBgColor { background-color: #B40346; }

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

This div background color is #B40346.


Border color

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

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

This div border color is #B40346.


Opacity

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

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

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

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

This text has shadow with #B40346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B40346 on black background.


Color preview on white background

This text has color #B40346 on white background.



Black color preview on #B40346 background

This text has black color on #B40346 background.


White color preview on #B40346 background

This text has white color on #B40346 background.