COLOR #B30F0F

HEX: #B30F0F
RGB: (179,15,15)

Color info

#B30F0F contains mainly red color. Web safe color of #B30F0F is #990000 (or #900).

RGB color model

#B30F0F color RGB value is (179,15,15).

  • red value is 179;
  • green value is 15;
  • blue value is 15.
RGB:
(179,15,15)
(70%,6%,6%)

RGB channels and saturation

R 179 of 255 = 70%
G 15 of 255 = 6%
B 15 of 255 = 6%

179
15
15

R + G + B ~ 27%. #B30F0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
179 + 15 + 15 = 209 (100%)
R 179 of 209 ~ 85.65%
G 15 of 209 ~ 7.18%
B 15 of 209 ~ 7.18%

%85.65

CMYK color model

#B30F0F color CMYK value is (0,92,92,30).

  • cyan value is 0.00%
  • magenta value is 91.62%
  • yellow value is 91.62%
  • key color value is 29.80%
CMYK:
(0,92,92,30)
C0M92Y92K30 
(0%,92%,92%,30%)
(0.00/0.92/0.92/0.30)	

CMYK percentages

%0
%91.62
%91.62
%29.8

Codes

Color #B30F0F in popluar color models

B30F0F
RGB1791515
HSL84.54%38.04%
HSB/HSV91.62%70.20%
CMYK0.00%91.62%91.62%
29.80%

Color #B30F0F in popluar number systems.

HEXB30F0F
Decimal1791515
Binary1011001111111111
Octal2631717

Shades and tints

Shades of #B30F0F

#B30F0F
(179,15,15)
#A30E0E
(163,14,14)
#930D0D
(147,13,13)
#830C0C
(131,12,12)
#730B0B
(115,11,11)
#630A0A
(99,10,10)
#530909
(83,9,9)
#430808
(67,8,8)
#330707
(51,7,7)
#230606
(35,6,6)
#130505
(19,5,5)
#000000
(0,0,0)

Tints of #B30F0F

#B30F0F
(179,15,15)
#B92424
(185,36,36)
#BF3939
(191,57,57)
#C54E4E
(197,78,78)
#CB6363
(203,99,99)
#D17878
(209,120,120)
#D78D8D
(215,141,141)
#DDA2A2
(221,162,162)
#E3B7B7
(227,183,183)
#E9CCCC
(233,204,204)
#EFE1E1
(239,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B30F0F; }

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

This text font color is #B30F0F.


Background Color

.myBgColor { background-color: #B30F0F; }

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

This div background color is #B30F0F.


Border color

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

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

This div border color is #B30F0F.


Opacity

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

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

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

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

This text has shadow with #B30F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B30F0F on black background.


Color preview on white background

This text has color #B30F0F on white background.



Black color preview on #B30F0F background

This text has black color on #B30F0F background.


White color preview on #B30F0F background

This text has white color on #B30F0F background.