#BF2E40

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

Shades of Brick Red #BF2E40

Tints of Brick Red #BF2E40

Color information

#BF2E40 (or 0xBF2E40) is unknown color: approx Brick Red. HEX triplet: BF, 2E and 40. RGB value is (191,46,64). Sum of RGB (Red+Green+Blue) = 191+46+64=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E40 is #40D1BF. Grayscale: #5B5B5B. Windows color (decimal): -4248000 or 4206271. OLE color: 4206271.

HSL color Cylindrical-coordinate representation of color #BF2E40: hue angle of 352.55º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E40 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1914664-
CMYK00.760.660.25
HSL352.55º61.18%46.47%-
HSV(B)352.55º75.92%74.9%-
XYZ23.3913.46.2-
YUV91.41112.54199.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.46%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=63.46%
G=15.28%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191466400.760.660.25352.5561.1846.47
HexBF2E4004C42191613d2e
Octal277561000114102315417556
Binary10111111101110100000001001100100001011001101100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E40; }

 p { color: rgb(191,46,64); }

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

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

 a { background-color: rgb(191,46,64); }

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

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

 span { border-color: rgb(191,46,64); }

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