COLOR #B5422F

HEX: #B5422F RGB: (181,66,47)

Color info

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

RGB color model

#B5422F color RGB value is (181,66,47).

RGB: (181,66,47) (71%, 26%, 18%)

RGB channels and saturation

R 181 of 255 = 71%
G 66 of 255 = 26%
B 47 of 255 = 18%

181
66
47

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

Portions of RGB colors in percentages

R + G + B = 181 + 66 + 47 = 294 (100%)
R 181 of 294 ~ 61.56%
G 66 of 294 ~ 22.45%
B 47 of 294 ~ 15.99'%

%61.56
%22.45
%15.99

CMYK color model

#B5422F color CMYK value is (0,64,74,29).

  • cyan value is 0.00%
  • magenta value is 63.54%
  • yellow value is 74.03%
  • key color value is 29.02%
CMYK: (0,64,74,29) C0M64Y74K29 (0%,64%,74%,29%) (0.00/0.64/0.74/0.29) 

CMYK percentages

%0
%63.54
%74.03
%29.02

Codes

Color #B5422F in popluar color models

B5 42 2F
RGB 181 66 47
HSL 58.77% 44.71%
HSB/HSV 74.03% 70.98%
CMYK 0.00% 63.54% 74.03%
29.02%

Color #B5422F in popluar number systems.

HEX B5 42 2F
Decimal 181 66 47
Binary 10110101 1000010 101111
Octal 265 102 57

Shades and tints

Shades of #B5422F

#B5422F
(181,66,47)
#A53C2B
(165,60,43)
#953627
(149,54,39)
#853023
(133,48,35)
#752A1F
(117,42,31)
#65241B
(101,36,27)
#551E17
(85,30,23)
#451813
(69,24,19)
#35120F
(53,18,15)
#250C0B
(37,12,11)
#150607
(21,6,7)
#000000
(0,0,0)

Tints of #B5422F

#B5422F
(181,66,47)
#BB5341
(187,83,65)
#C16453
(193,100,83)
#C77565
(199,117,101)
#CD8677
(205,134,119)
#D39789
(211,151,137)
#D9A89B
(217,168,155)
#DFB9AD
(223,185,173)
#E5CABF
(229,202,191)
#EBDBD1
(235,219,209)
#F1ECE3
(241,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5422F color. Also use rgb(181,66,47) instead hex code.

Text Font Color

.myTextColor { color: #B5422F; }

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

This text font color is #B5422F.

Background Color

.myBgColor { background-color: #B5422F; }

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

This div background color is #B5422F.

Border color

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

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

This div border color is #B5422F.

Opacity

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

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

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

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

This text has shadow with #B5422F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5422F.

Preview

Color preview on black background

This text has color #B5422F on black background.


Color preview on white background

This text has color #B5422F on white background.


Black color preview on #B5422F background

This text has black color on #B5422F background.


White color preview on #B5422F background

This text has white color on #B5422F background.


Related colors

Complementary color

Complementary color for #hex is #4ABDD0.


I love getcolorcode.com

Triadic colors

1 #2FB542 and #422FB5 with #B5422F are triadic colors.

2 #2F42B5 and #42B52F with #B5422F are triadic colors.