COLOR #BF1F2F

HEX: #BF1F2F
RGB: (191,31,47)

Color info

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

RGB color model

#BF1F2F color RGB value is (191,31,47).

  • red value is 191;
  • green value is 31;
  • blue value is 47.
RGB:
(191,31,47)
(75%,12%,18%)

RGB channels and saturation

R 191 of 255 = 75%
G 31 of 255 = 12%
B 47 of 255 = 18%

191
31
47

R + G + B ~ 35%. #BF1F2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
191 + 31 + 47 = 269 (100%)
R 191 of 269 ~ 71%
G 31 of 269 ~ 11.52%
B 47 of 269 ~ 17.47%

%71
%11.52
%17.47

CMYK color model

#BF1F2F color CMYK value is (0,84,75,25).

  • cyan value is 0.00%
  • magenta value is 83.77%
  • yellow value is 75.39%
  • key color value is 25.10%
CMYK:
(0,84,75,25)
C0M84Y75K25 
(0%,84%,75%,25%)
(0.00/0.84/0.75/0.25)	

CMYK percentages

%0
%83.77
%75.39
%25.1

Codes

Color #BF1F2F in popluar color models

BF1F2F
RGB1913147
HSL354°72.07%43.53%
HSB/HSV354°83.77%74.90%
CMYK0.00%83.77%75.39%
25.10%

Color #BF1F2F in popluar number systems.

HEXBF1F2F
Decimal1913147
Binary1011111111111101111
Octal2773757

Shades and tints

Shades of #BF1F2F

#BF1F2F
(191,31,47)
#AE1D2B
(174,29,43)
#9D1B27
(157,27,39)
#8C1923
(140,25,35)
#7B171F
(123,23,31)
#6A151B
(106,21,27)
#591317
(89,19,23)
#481113
(72,17,19)
#370F0F
(55,15,15)
#260D0B
(38,13,11)
#150B07
(21,11,7)
#000000
(0,0,0)

Tints of #BF1F2F

#BF1F2F
(191,31,47)
#C43341
(196,51,65)
#C94753
(201,71,83)
#CE5B65
(206,91,101)
#D36F77
(211,111,119)
#D88389
(216,131,137)
#DD979B
(221,151,155)
#E2ABAD
(226,171,173)
#E7BFBF
(231,191,191)
#ECD3D1
(236,211,209)
#F1E7E3
(241,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF1F2F color. Also use rgb(191,31,47) instead hex code.

Text Font Color

.myTextColor { color: #BF1F2F; }

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

This text font color is #BF1F2F.


Background Color

.myBgColor { background-color: #BF1F2F; }

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

This div background color is #BF1F2F.


Border color

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

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

This div border color is #BF1F2F.


Opacity

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

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

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

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

This text has shadow with #BF1F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF1F2F on black background.


Color preview on white background

This text has color #BF1F2F on white background.



Black color preview on #BF1F2F background

This text has black color on #BF1F2F background.


White color preview on #BF1F2F background

This text has white color on #BF1F2F background.