COLOR #BF0917

HEX: #BF0917 RGB: (191,9,23)

Color info

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

RGB color model

#BF0917 color RGB value is (191,9,23).

RGB: (191,9,23) (75%, 4%, 9%)

RGB channels and saturation

R 191 of 255 = 75%
G 9 of 255 = 4%
B 23 of 255 = 9%

191
9
23

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

Portions of RGB colors in percentages

R + G + B = 191 + 9 + 23 = 223 (100%)
R 191 of 223 ~ 85.65%
G 9 of 223 ~ 4.04%
B 23 of 223 ~ 10.31'%

%85.65

CMYK color model

#BF0917 color CMYK value is (0,95,88,25).

  • cyan value is 0.00%
  • magenta value is 95.29%
  • yellow value is 87.96%
  • key color value is 25.10%

CMYK: (0,95,88,25)
C0M95Y88K25 (0%, 95%, 88%, 25%)
(0.00 / 0.95 / 0.88 / 0.25)

CMYK percentages

%0
%95.29
%87.96
%25.1

Codes

Color #BF0917 in popluar color models

BF 09 17
RGB 191 9 23
HSL 355° 91.00% 39.22%
HSB/HSV 355° 95.29% 74.90%
CMYK 0.00% 95.29% 87.96%
25.10%

Color #BF0917 in popluar number systems.

HEX BF 09 17
Decimal 191 9 23
Binary 10111111 1001 10111
Octal 277 11 27

Shades and tints

Shades of #BF0917

#BF0917
(191,9,23)
#AE0915
(174,9,21)
#9D0913
(157,9,19)
#8C0911
(140,9,17)
#7B090F
(123,9,15)
#6A090D
(106,9,13)
#59090B
(89,9,11)
#480909
(72,9,9)
#370907
(55,9,7)
#260905
(38,9,5)
#150903
(21,9,3)
#000000
(0,0,0)

Tints of #BF0917

#BF0917
(191,9,23)
#C41F2C
(196,31,44)
#C93541
(201,53,65)
#CE4B56
(206,75,86)
#D3616B
(211,97,107)
#D87780
(216,119,128)
#DD8D95
(221,141,149)
#E2A3AA
(226,163,170)
#E7B9BF
(231,185,191)
#ECCFD4
(236,207,212)
#F1E5E9
(241,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF0917 color. Also use rgb(191,9,23) instead hex code.

Text Font Color

.myTextColor { color: #BF0917; }

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

This text font color is #BF0917.

Background Color

.myBgColor { background-color: #BF0917; }

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

This div background color is #BF0917.

Border color

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

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

This div border color is #BF0917.

Opacity

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

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

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

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

This text has shadow with #BF0917 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF0917.

Preview

Color preview on black background

This text has color #BF0917 on black background.


Color preview on white background

This text has color #BF0917 on white background.


Black color preview on #BF0917 background

This text has black color on #BF0917 background.


White color preview on #BF0917 background

This text has white color on #BF0917 background.


Related colors

Complementary color

Complementary color for #hex is #40F6E8.


I love getcolorcode.com

Triadic colors

1 #17BF09 and #0917BF with #BF0917 are triadic colors.

2 #1709BF and #09BF17 with #BF0917 are triadic colors.