COLOR #B42C10

HEX: #B42C10
RGB: (180,44,16)

Color info

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

RGB color model

#B42C10 color RGB value is (180,44,16).

  • red value is 180;
  • green value is 44;
  • blue value is 16.
RGB:
(180,44,16)
(71%,17%,6%)

RGB channels and saturation

R 180 of 255 = 71%
G 44 of 255 = 17%
B 16 of 255 = 6%

180
44
16

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

Portions of RGB colors in percentages

R + G + B =
180 + 44 + 16 = 240 (100%)
R 180 of 240 ~ 75%
G 44 of 240 ~ 18.33%
B 16 of 240 ~ 6.67%

%75
%18.33

CMYK color model

#B42C10 color CMYK value is (0,76,91,29).

  • cyan value is 0.00%
  • magenta value is 75.56%
  • yellow value is 91.11%
  • key color value is 29.41%
CMYK:
(0,76,91,29)
C0M76Y91K29 
(0%,76%,91%,29%)
(0.00/0.76/0.91/0.29)	

CMYK percentages

%0
%75.56
%91.11
%29.41

Codes

Color #B42C10 in popluar color models

B42C10
RGB1804416
HSL10°83.67%38.43%
HSB/HSV10°91.11%70.59%
CMYK0.00%75.56%91.11%
29.41%

Color #B42C10 in popluar number systems.

HEXB42C10
Decimal1804416
Binary1011010010110010000
Octal2645420

Shades and tints

Shades of #B42C10

#B42C10
(180,44,16)
#A4280F
(164,40,15)
#94240E
(148,36,14)
#84200D
(132,32,13)
#741C0C
(116,28,12)
#64180B
(100,24,11)
#54140A
(84,20,10)
#441009
(68,16,9)
#340C08
(52,12,8)
#240807
(36,8,7)
#140406
(20,4,6)
#000000
(0,0,0)

Tints of #B42C10

#B42C10
(180,44,16)
#BA3F25
(186,63,37)
#C0523A
(192,82,58)
#C6654F
(198,101,79)
#CC7864
(204,120,100)
#D28B79
(210,139,121)
#D89E8E
(216,158,142)
#DEB1A3
(222,177,163)
#E4C4B8
(228,196,184)
#EAD7CD
(234,215,205)
#F0EAE2
(240,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B42C10 color. Also use rgb(180,44,16) instead hex code.

Text Font Color

.myTextColor { color: #B42C10; }

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

This text font color is #B42C10.


Background Color

.myBgColor { background-color: #B42C10; }

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

This div background color is #B42C10.


Border color

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

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

This div border color is #B42C10.


Opacity

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

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

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

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

This text has shadow with #B42C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B42C10 on black background.


Color preview on white background

This text has color #B42C10 on white background.



Black color preview on #B42C10 background

This text has black color on #B42C10 background.


White color preview on #B42C10 background

This text has white color on #B42C10 background.