COLOR #B70F17

HEX: #B70F17
RGB: (183,15,23)

Color info

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

RGB color model

#B70F17 color RGB value is (183,15,23).

  • red value is 183;
  • green value is 15;
  • blue value is 23.
RGB:
(183,15,23)
(72%,6%,9%)

RGB channels and saturation

R 183 of 255 = 72%
G 15 of 255 = 6%
B 23 of 255 = 9%

183
15
23

R + G + B ~ 29%. #B70F17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
183 + 15 + 23 = 221 (100%)
R 183 of 221 ~ 82.81%
G 15 of 221 ~ 6.79%
B 23 of 221 ~ 10.41%

%82.81
%10.41

CMYK color model

#B70F17 color CMYK value is (0,92,87,28).

  • cyan value is 0.00%
  • magenta value is 91.80%
  • yellow value is 87.43%
  • key color value is 28.24%
CMYK:
(0,92,87,28)
C0M92Y87K28 
(0%,92%,87%,28%)
(0.00/0.92/0.87/0.28)	

CMYK percentages

%0
%91.8
%87.43
%28.24

Codes

Color #B70F17 in popluar color models

B70F17
RGB1831523
HSL357°84.85%38.82%
HSB/HSV357°91.80%71.76%
CMYK0.00%91.80%87.43%
28.24%

Color #B70F17 in popluar number systems.

HEXB70F17
Decimal1831523
Binary10110111111110111
Octal2671727

Shades and tints

Shades of #B70F17

#B70F17
(183,15,23)
#A70E15
(167,14,21)
#970D13
(151,13,19)
#870C11
(135,12,17)
#770B0F
(119,11,15)
#670A0D
(103,10,13)
#57090B
(87,9,11)
#470809
(71,8,9)
#370707
(55,7,7)
#270605
(39,6,5)
#170503
(23,5,3)
#000000
(0,0,0)

Tints of #B70F17

#B70F17
(183,15,23)
#BD242C
(189,36,44)
#C33941
(195,57,65)
#C94E56
(201,78,86)
#CF636B
(207,99,107)
#D57880
(213,120,128)
#DB8D95
(219,141,149)
#E1A2AA
(225,162,170)
#E7B7BF
(231,183,191)
#EDCCD4
(237,204,212)
#F3E1E9
(243,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B70F17; }

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

This text font color is #B70F17.


Background Color

.myBgColor { background-color: #B70F17; }

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

This div background color is #B70F17.


Border color

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

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

This div border color is #B70F17.


Opacity

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

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

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

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

This text has shadow with #B70F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B70F17 on black background.


Color preview on white background

This text has color #B70F17 on white background.



Black color preview on #B70F17 background

This text has black color on #B70F17 background.


White color preview on #B70F17 background

This text has white color on #B70F17 background.