COLOR #B5030F

HEX: #B5030F
RGB: (181,3,15)

Color info

#B5030F contains mainly red color. Web safe color of #B5030F is #CC0000 (or #C00).

RGB color model

#B5030F color RGB value is (181,3,15).

  • red value is 181;
  • green value is 3;
  • blue value is 15.
RGB:
(181,3,15)
(71%,1%,6%)

RGB channels and saturation

R 181 of 255 = 71%
G 3 of 255 = 1%
B 15 of 255 = 6%

181
3
15

R + G + B ~ 26%. #B5030F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 3 + 15 = 199 (100%)
R 181 of 199 ~ 90.95%
G 3 of 199 ~ 1.51%
B 15 of 199 ~ 7.54%

%90.95

CMYK color model

#B5030F color CMYK value is (0,98,92,29).

  • cyan value is 0.00%
  • magenta value is 98.34%
  • yellow value is 91.71%
  • key color value is 29.02%
CMYK:
(0,98,92,29)
C0M98Y92K29 
(0%,98%,92%,29%)
(0.00/0.98/0.92/0.29)	

CMYK percentages

%0
%98.34
%91.71
%29.02

Codes

Color #B5030F in popluar color models

B5030F
RGB181315
HSL356°96.74%36.08%
HSB/HSV356°98.34%70.98%
CMYK0.00%98.34%91.71%
29.02%

Color #B5030F in popluar number systems.

HEXB5030F
Decimal181315
Binary10110101111111
Octal265317

Shades and tints

Shades of #B5030F

#B5030F
(181,3,15)
#A5030E
(165,3,14)
#95030D
(149,3,13)
#85030C
(133,3,12)
#75030B
(117,3,11)
#65030A
(101,3,10)
#550309
(85,3,9)
#450308
(69,3,8)
#350307
(53,3,7)
#250306
(37,3,6)
#150305
(21,3,5)
#000000
(0,0,0)

Tints of #B5030F

#B5030F
(181,3,15)
#BB1924
(187,25,36)
#C12F39
(193,47,57)
#C7454E
(199,69,78)
#CD5B63
(205,91,99)
#D37178
(211,113,120)
#D9878D
(217,135,141)
#DF9DA2
(223,157,162)
#E5B3B7
(229,179,183)
#EBC9CC
(235,201,204)
#F1DFE1
(241,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5030F color. Also use rgb(181,3,15) instead hex code.

Text Font Color

.myTextColor { color: #B5030F; }

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

This text font color is #B5030F.


Background Color

.myBgColor { background-color: #B5030F; }

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

This div background color is #B5030F.


Border color

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

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

This div border color is #B5030F.


Opacity

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

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

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

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

This text has shadow with #B5030F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5030F on black background.


Color preview on white background

This text has color #B5030F on white background.



Black color preview on #B5030F background

This text has black color on #B5030F background.


White color preview on #B5030F background

This text has white color on #B5030F background.