COLOR #B51638

HEX: #B51638
RGB: (181,22,56)

Color info

#B51638 contains mainly red color. Web safe color of #B51638 is #CC0033 (or #C03).

RGB color model

#B51638 color RGB value is (181,22,56).

  • red value is 181;
  • green value is 22;
  • blue value is 56.
RGB:
(181,22,56)
(71%,9%,22%)

RGB channels and saturation

R 181 of 255 = 71%
G 22 of 255 = 9%
B 56 of 255 = 22%

181
22
56

R + G + B ~ 34%. #B51638 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 22 + 56 = 259 (100%)
R 181 of 259 ~ 69.88%
G 22 of 259 ~ 8.49%
B 56 of 259 ~ 21.62%

%69.88
%21.62

CMYK color model

#B51638 color CMYK value is (0,88,69,29).

  • cyan value is 0.00%
  • magenta value is 87.85%
  • yellow value is 69.06%
  • key color value is 29.02%
CMYK:
(0,88,69,29)
C0M88Y69K29 
(0%,88%,69%,29%)
(0.00/0.88/0.69/0.29)	

CMYK percentages

%0
%87.85
%69.06
%29.02

Codes

Color #B51638 in popluar color models

B51638
RGB1812256
HSL347°78.33%39.80%
HSB/HSV347°87.85%70.98%
CMYK0.00%87.85%69.06%
29.02%

Color #B51638 in popluar number systems.

HEXB51638
Decimal1812256
Binary1011010110110111000
Octal2652670

Shades and tints

Shades of #B51638

#B51638
(181,22,56)
#A51433
(165,20,51)
#95122E
(149,18,46)
#851029
(133,16,41)
#750E24
(117,14,36)
#650C1F
(101,12,31)
#550A1A
(85,10,26)
#450815
(69,8,21)
#350610
(53,6,16)
#25040B
(37,4,11)
#150206
(21,2,6)
#000000
(0,0,0)

Tints of #B51638

#B51638
(181,22,56)
#BB2B4A
(187,43,74)
#C1405C
(193,64,92)
#C7556E
(199,85,110)
#CD6A80
(205,106,128)
#D37F92
(211,127,146)
#D994A4
(217,148,164)
#DFA9B6
(223,169,182)
#E5BEC8
(229,190,200)
#EBD3DA
(235,211,218)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51638 color. Also use rgb(181,22,56) instead hex code.

Text Font Color

.myTextColor { color: #B51638; }

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

This text font color is #B51638.


Background Color

.myBgColor { background-color: #B51638; }

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

This div background color is #B51638.


Border color

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

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

This div border color is #B51638.


Opacity

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

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

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

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

This text has shadow with #B51638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51638 on black background.


Color preview on white background

This text has color #B51638 on white background.



Black color preview on #B51638 background

This text has black color on #B51638 background.


White color preview on #B51638 background

This text has white color on #B51638 background.