#BF2640

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

Shades of Brick Red #BF2640

Tints of Brick Red #BF2640

Color information

#BF2640 (or 0xBF2640) is unknown color: approx Brick Red. HEX triplet: BF, 26 and 40. RGB value is (191,38,64). Sum of RGB (Red+Green+Blue) = 191+38+64=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2640 is #40D9BF. Grayscale: #565656. Windows color (decimal): -4250048 or 4204223. OLE color: 4204223.

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

Color convert

RGB1913864-
CMYK00.800.660.25
HSL349.8º66.81%44.9%-
HSV(B)349.8º80.1%74.9%-
XYZ23.112.836.11-
YUV86.71115.19202.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=65.19%
G=12.97%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191386400.800.660.25349.866.8144.9
HexBF2640050421915e432d
Octal2774610001201023153610355
Binary101111111001101000000010100001000010110011010111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2640; }

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

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

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

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

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

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

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

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