COLOR #B92B30

HEX: #B92B30
RGB: (185,43,48)

Color info

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

RGB color model

#B92B30 color RGB value is (185,43,48).

  • red value is 185;
  • green value is 43;
  • blue value is 48.
RGB:
(185,43,48)
(73%,17%,19%)

RGB channels and saturation

R 185 of 255 = 73%
G 43 of 255 = 17%
B 48 of 255 = 19%

185
43
48

R + G + B ~ 36%. #B92B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
185 + 43 + 48 = 276 (100%)
R 185 of 276 ~ 67.03%
G 43 of 276 ~ 15.58%
B 48 of 276 ~ 17.39%

%67.03
%15.58
%17.39

CMYK color model

#B92B30 color CMYK value is (0,77,74,27).

  • cyan value is 0.00%
  • magenta value is 76.76%
  • yellow value is 74.05%
  • key color value is 27.45%
CMYK:
(0,77,74,27)
C0M77Y74K27 
(0%,77%,74%,27%)
(0.00/0.77/0.74/0.27)	

CMYK percentages

%0
%76.76
%74.05
%27.45

Codes

Color #B92B30 in popluar color models

B92B30
RGB1854348
HSL358°62.28%44.71%
HSB/HSV358°76.76%72.55%
CMYK0.00%76.76%74.05%
27.45%

Color #B92B30 in popluar number systems.

HEXB92B30
Decimal1854348
Binary10111001101011110000
Octal2715360

Shades and tints

Shades of #B92B30

#B92B30
(185,43,48)
#A9282C
(169,40,44)
#992528
(153,37,40)
#892224
(137,34,36)
#791F20
(121,31,32)
#691C1C
(105,28,28)
#591918
(89,25,24)
#491614
(73,22,20)
#391310
(57,19,16)
#29100C
(41,16,12)
#190D08
(25,13,8)
#000000
(0,0,0)

Tints of #B92B30

#B92B30
(185,43,48)
#BF3E42
(191,62,66)
#C55154
(197,81,84)
#CB6466
(203,100,102)
#D17778
(209,119,120)
#D78A8A
(215,138,138)
#DD9D9C
(221,157,156)
#E3B0AE
(227,176,174)
#E9C3C0
(233,195,192)
#EFD6D2
(239,214,210)
#F5E9E4
(245,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B92B30 color. Also use rgb(185,43,48) instead hex code.

Text Font Color

.myTextColor { color: #B92B30; }

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

This text font color is #B92B30.


Background Color

.myBgColor { background-color: #B92B30; }

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

This div background color is #B92B30.


Border color

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

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

This div border color is #B92B30.


Opacity

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

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

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

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

This text has shadow with #B92B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B92B30 on black background.


Color preview on white background

This text has color #B92B30 on white background.



Black color preview on #B92B30 background

This text has black color on #B92B30 background.


White color preview on #B92B30 background

This text has white color on #B92B30 background.