#BF3F45

Color #BF3F45 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BF3F45

Tints of Brick Red #BF3F45

Color information

#BF3F45 (or 0xBF3F45) is unknown color: approx Brick Red. HEX triplet: BF, 3F and 45. RGB value is (191,63,69). Sum of RGB (Red+Green+Blue) = 191+63+69=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F45 is #40C0BA. Grayscale: #666666. Windows color (decimal): -4243643 or 4538303. OLE color: 4538303.

HSL color Cylindrical-coordinate representation of color #BF3F45: hue angle of 357.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F45 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1916369-
CMYK00.670.640.25
HSL357.19º50.39%49.8%-
HSV(B)357.19º67.02%74.9%-
XYZ24.3415.067.25-
YUV101.96109.41191.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 69 (27.34% from 255) = 21.36%
R=59.13%
G=19.50%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191636900.670.640.25357.1950.3949.8
HexBF3F4504340191653232
Octal277771050103100315456262
Binary10111111111111100010101000011100000011001101100101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F45; }

 p { color: rgb(191,63,69); }

 H1.HeaderClassName
 {
   color: #BF3F45;
 }
 .AnyTagClassName
 {
   color: #BF3F45;
 }
</style>
background-color css

<style>
 a { background-color: #BF3F45; }

 a { background-color: rgb(191,63,69); }

 div.DivClassName
 {
   background-color: #BF3F45;
 }
 .BgClassName
 {
   background-color: #BF3F45;
 }
</style>
border-color css

<style>
 span { border-color: #BF3F45; }

 span { border-color: rgb(191,63,69); }

 td.TdClassName
 {
   border-color: #BF3F45;
 }
 .TagClassName
 {
   border-color: #BF3F45;
 }
</style>