COLOR #B53A46

HEX: #B53A46 RGB: (181,58,70)

Color info

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

RGB color model

#B53A46 color RGB value is (181,58,70).

RGB: (181,58,70) (71%, 23%, 27%)

RGB channels and saturation

R 181 of 255 = 71%
G 58 of 255 = 23%
B 70 of 255 = 27%

181
58
70

R + G + B ~ 40%. #B53A46 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 181 + 58 + 70 = 309 (100%)
R 181 of 309 ~ 58.58%
G 58 of 309 ~ 18.77%
B 70 of 309 ~ 22.65'%

%58.58
%18.77
%22.65

CMYK color model

#B53A46 color CMYK value is (0,68,61,29).

  • cyan value is 0.00%
  • magenta value is 67.96%
  • yellow value is 61.33%
  • key color value is 29.02%

CMYK: (0,68,61,29)
C0M68Y61K29 (0%, 68%, 61%, 29%)
(0.00 / 0.68 / 0.61 / 0.29)

CMYK percentages

%0
%67.96
%61.33
%29.02

Codes

Color #B53A46 in popluar color models

B5 3A 46
RGB 181 58 70
HSL 354° 51.46% 46.86%
HSB/HSV 354° 67.96% 70.98%
CMYK 0.00% 67.96% 61.33%
29.02%

Color #B53A46 in popluar number systems.

HEX B5 3A 46
Decimal 181 58 70
Binary 10110101 111010 1000110
Octal 265 72 106

Shades and tints

Shades of #B53A46

#B53A46
(181,58,70)
#A53540
(165,53,64)
#95303A
(149,48,58)
#852B34
(133,43,52)
#75262E
(117,38,46)
#652128
(101,33,40)
#551C22
(85,28,34)
#45171C
(69,23,28)
#351216
(53,18,22)
#250D10
(37,13,16)
#15080A
(21,8,10)
#000000
(0,0,0)

Tints of #B53A46

#B53A46
(181,58,70)
#BB4B56
(187,75,86)
#C15C66
(193,92,102)
#C76D76
(199,109,118)
#CD7E86
(205,126,134)
#D38F96
(211,143,150)
#D9A0A6
(217,160,166)
#DFB1B6
(223,177,182)
#E5C2C6
(229,194,198)
#EBD3D6
(235,211,214)
#F1E4E6
(241,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53A46 color. Also use rgb(181,58,70) instead hex code.

Text Font Color

.myTextColor { color: #B53A46; }

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

This text font color is #B53A46.

Background Color

.myBgColor { background-color: #B53A46; }

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

This div background color is #B53A46.

Border color

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

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

This div border color is #B53A46.

Opacity

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

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

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

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

This text has shadow with #B53A46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B53A46.

Preview

Color preview on black background

This text has color #B53A46 on black background.


Color preview on white background

This text has color #B53A46 on white background.


Black color preview on #B53A46 background

This text has black color on #B53A46 background.


White color preview on #B53A46 background

This text has white color on #B53A46 background.


Related colors

Complementary color

Complementary color for #hex is #4AC5B9.


I love getcolorcode.com

Triadic colors

1 #46B53A and #3A46B5 with #B53A46 are triadic colors.

2 #463AB5 and #3AB546 with #B53A46 are triadic colors.