COLOR #B6224A

HEX: #B6224A
RGB: (182,34,74)

Color info

#B6224A contains mainly red color. Web safe color of #B6224A is #CC3333 (or #C33).

RGB color model

#B6224A color RGB value is (182,34,74).

  • red value is 182;
  • green value is 34;
  • blue value is 74.
RGB:
(182,34,74)
(71%,13%,29%)

RGB channels and saturation

R 182 of 255 = 71%
G 34 of 255 = 13%
B 74 of 255 = 29%

182
34
74

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

Portions of RGB colors in percentages

R + G + B =
182 + 34 + 74 = 290 (100%)
R 182 of 290 ~ 62.76%
G 34 of 290 ~ 11.72%
B 74 of 290 ~ 25.52%

%62.76
%11.72
%25.52

CMYK color model

#B6224A color CMYK value is (0,81,59,29).

  • cyan value is 0.00%
  • magenta value is 81.32%
  • yellow value is 59.34%
  • key color value is 28.63%
CMYK:
(0,81,59,29)
C0M81Y59K29 
(0%,81%,59%,29%)
(0.00/0.81/0.59/0.29)	

CMYK percentages

%0
%81.32
%59.34
%28.63

Codes

Color #B6224A in popluar color models

B6224A
RGB1823474
HSL344°68.52%42.35%
HSB/HSV344°81.32%71.37%
CMYK0.00%81.32%59.34%
28.63%

Color #B6224A in popluar number systems.

HEXB6224A
Decimal1823474
Binary101101101000101001010
Octal26642112

Shades and tints

Shades of #B6224A

#B6224A
(182,34,74)
#A61F44
(166,31,68)
#961C3E
(150,28,62)
#861938
(134,25,56)
#761632
(118,22,50)
#66132C
(102,19,44)
#561026
(86,16,38)
#460D20
(70,13,32)
#360A1A
(54,10,26)
#260714
(38,7,20)
#16040E
(22,4,14)
#000000
(0,0,0)

Tints of #B6224A

#B6224A
(182,34,74)
#BC365A
(188,54,90)
#C24A6A
(194,74,106)
#C85E7A
(200,94,122)
#CE728A
(206,114,138)
#D4869A
(212,134,154)
#DA9AAA
(218,154,170)
#E0AEBA
(224,174,186)
#E6C2CA
(230,194,202)
#ECD6DA
(236,214,218)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6224A color. Also use rgb(182,34,74) instead hex code.

Text Font Color

.myTextColor { color: #B6224A; }

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

This text font color is #B6224A.


Background Color

.myBgColor { background-color: #B6224A; }

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

This div background color is #B6224A.


Border color

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

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

This div border color is #B6224A.


Opacity

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

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

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

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

This text has shadow with #B6224A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6224A on black background.


Color preview on white background

This text has color #B6224A on white background.



Black color preview on #B6224A background

This text has black color on #B6224A background.


White color preview on #B6224A background

This text has white color on #B6224A background.