COLOR #B24A24

HEX: #B24A24
RGB: (178,74,36)

Color info

#B24A24 contains mainly red color. Web safe color of #B24A24 is #993333 (or #933).

RGB color model

#B24A24 color RGB value is (178,74,36).

  • red value is 178;
  • green value is 74;
  • blue value is 36.
RGB:
(178,74,36)
(70%,29%,14%)

RGB channels and saturation

R 178 of 255 = 70%
G 74 of 255 = 29%
B 36 of 255 = 14%

178
74
36

R + G + B ~ 38%. #B24A24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
178 + 74 + 36 = 288 (100%)
R 178 of 288 ~ 61.81%
G 74 of 288 ~ 25.69%
B 36 of 288 ~ 12.5%

%61.81
%25.69
%12.5

CMYK color model

#B24A24 color CMYK value is (0,58,80,30).

  • cyan value is 0.00%
  • magenta value is 58.43%
  • yellow value is 79.78%
  • key color value is 30.20%
CMYK:
(0,58,80,30)
C0M58Y80K30 
(0%,58%,80%,30%)
(0.00/0.58/0.80/0.30)	

CMYK percentages

%0
%58.43
%79.78
%30.2

Codes

Color #B24A24 in popluar color models

B24A24
RGB1787436
HSL16°66.36%41.96%
HSB/HSV16°79.78%69.80%
CMYK0.00%58.43%79.78%
30.20%

Color #B24A24 in popluar number systems.

HEXB24A24
Decimal1787436
Binary101100101001010100100
Octal26211244

Shades and tints

Shades of #B24A24

#B24A24
(178,74,36)
#A24421
(162,68,33)
#923E1E
(146,62,30)
#82381B
(130,56,27)
#723218
(114,50,24)
#622C15
(98,44,21)
#522612
(82,38,18)
#42200F
(66,32,15)
#321A0C
(50,26,12)
#221409
(34,20,9)
#120E06
(18,14,6)
#000000
(0,0,0)

Tints of #B24A24

#B24A24
(178,74,36)
#B95A37
(185,90,55)
#C06A4A
(192,106,74)
#C77A5D
(199,122,93)
#CE8A70
(206,138,112)
#D59A83
(213,154,131)
#DCAA96
(220,170,150)
#E3BAA9
(227,186,169)
#EACABC
(234,202,188)
#F1DACF
(241,218,207)
#F8EAE2
(248,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24A24 color. Also use rgb(178,74,36) instead hex code.

Text Font Color

.myTextColor { color: #B24A24; }

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

This text font color is #B24A24.


Background Color

.myBgColor { background-color: #B24A24; }

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

This div background color is #B24A24.


Border color

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

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

This div border color is #B24A24.


Opacity

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

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

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

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

This text has shadow with #B24A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24A24 on black background.


Color preview on white background

This text has color #B24A24 on white background.



Black color preview on #B24A24 background

This text has black color on #B24A24 background.


White color preview on #B24A24 background

This text has white color on #B24A24 background.