COLOR #B24C1A

HEX: #B24C1A
RGB: (178,76,26)

Color info

#B24C1A contains mainly red color. Web safe color of #B24C1A is #993300 (or #930).

RGB color model

#B24C1A color RGB value is (178,76,26).

  • red value is 178;
  • green value is 76;
  • blue value is 26.
RGB:
(178,76,26)
(70%,30%,10%)

RGB channels and saturation

R 178 of 255 = 70%
G 76 of 255 = 30%
B 26 of 255 = 10%

178
76
26

R + G + B ~ 37%. #B24C1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 76 + 26 = 280 (100%)
R 178 of 280 ~ 63.57%
G 76 of 280 ~ 27.14%
B 26 of 280 ~ 9.29%

%63.57
%27.14

CMYK color model

#B24C1A color CMYK value is (0,57,85,30).

  • cyan value is 0.00%
  • magenta value is 57.30%
  • yellow value is 85.39%
  • key color value is 30.20%
CMYK:
(0,57,85,30)
C0M57Y85K30 
(0%,57%,85%,30%)
(0.00/0.57/0.85/0.30)	

CMYK percentages

%0
%57.3
%85.39
%30.2

Codes

Color #B24C1A in popluar color models

B24C1A
RGB1787626
HSL20°74.51%40.00%
HSB/HSV20°85.39%69.80%
CMYK0.00%57.30%85.39%
30.20%

Color #B24C1A in popluar number systems.

HEXB24C1A
Decimal1787626
Binary10110010100110011010
Octal26211432

Shades and tints

Shades of #B24C1A

#B24C1A
(178,76,26)
#A24618
(162,70,24)
#924016
(146,64,22)
#823A14
(130,58,20)
#723412
(114,52,18)
#622E10
(98,46,16)
#52280E
(82,40,14)
#42220C
(66,34,12)
#321C0A
(50,28,10)
#221608
(34,22,8)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #B24C1A

#B24C1A
(178,76,26)
#B95C2E
(185,92,46)
#C06C42
(192,108,66)
#C77C56
(199,124,86)
#CE8C6A
(206,140,106)
#D59C7E
(213,156,126)
#DCAC92
(220,172,146)
#E3BCA6
(227,188,166)
#EACCBA
(234,204,186)
#F1DCCE
(241,220,206)
#F8ECE2
(248,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24C1A color. Also use rgb(178,76,26) instead hex code.

Text Font Color

.myTextColor { color: #B24C1A; }

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

This text font color is #B24C1A.


Background Color

.myBgColor { background-color: #B24C1A; }

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

This div background color is #B24C1A.


Border color

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

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

This div border color is #B24C1A.


Opacity

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

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

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

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

This text has shadow with #B24C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24C1A on black background.


Color preview on white background

This text has color #B24C1A on white background.



Black color preview on #B24C1A background

This text has black color on #B24C1A background.


White color preview on #B24C1A background

This text has white color on #B24C1A background.