COLOR #BF063F

HEX: #BF063F
RGB: (191,6,63)

Color info

#BF063F contains mainly red color. Web safe color of #BF063F is #CC0033 (or #C03).

RGB color model

#BF063F color RGB value is (191,6,63).

  • red value is 191;
  • green value is 6;
  • blue value is 63.
RGB:
(191,6,63)
(75%,2%,25%)

RGB channels and saturation

R 191 of 255 = 75%
G 6 of 255 = 2%
B 63 of 255 = 25%

191
6
63

R + G + B ~ 34%. #BF063F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
191 + 6 + 63 = 260 (100%)
R 191 of 260 ~ 73.46%
G 6 of 260 ~ 2.31%
B 63 of 260 ~ 24.23%

%73.46
%24.23

CMYK color model

#BF063F color CMYK value is (0,97,67,25).

  • cyan value is 0.00%
  • magenta value is 96.86%
  • yellow value is 67.02%
  • key color value is 25.10%
CMYK:
(0,97,67,25)
C0M97Y67K25 
(0%,97%,67%,25%)
(0.00/0.97/0.67/0.25)	

CMYK percentages

%0
%96.86
%67.02
%25.1

Codes

Color #BF063F in popluar color models

BF063F
RGB191663
HSL342°93.91%38.63%
HSB/HSV342°96.86%74.90%
CMYK0.00%96.86%67.02%
25.10%

Color #BF063F in popluar number systems.

HEXBF063F
Decimal191663
Binary10111111110111111
Octal277677

Shades and tints

Shades of #BF063F

#BF063F
(191,6,63)
#AE063A
(174,6,58)
#9D0635
(157,6,53)
#8C0630
(140,6,48)
#7B062B
(123,6,43)
#6A0626
(106,6,38)
#590621
(89,6,33)
#48061C
(72,6,28)
#370617
(55,6,23)
#260612
(38,6,18)
#15060D
(21,6,13)
#000000
(0,0,0)

Tints of #BF063F

#BF063F
(191,6,63)
#C41C50
(196,28,80)
#C93261
(201,50,97)
#CE4872
(206,72,114)
#D35E83
(211,94,131)
#D87494
(216,116,148)
#DD8AA5
(221,138,165)
#E2A0B6
(226,160,182)
#E7B6C7
(231,182,199)
#ECCCD8
(236,204,216)
#F1E2E9
(241,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF063F color. Also use rgb(191,6,63) instead hex code.

Text Font Color

.myTextColor { color: #BF063F; }

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

This text font color is #BF063F.


Background Color

.myBgColor { background-color: #BF063F; }

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

This div background color is #BF063F.


Border color

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

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

This div border color is #BF063F.


Opacity

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

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

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

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

This text has shadow with #BF063F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF063F on black background.


Color preview on white background

This text has color #BF063F on white background.



Black color preview on #BF063F background

This text has black color on #BF063F background.


White color preview on #BF063F background

This text has white color on #BF063F background.