#BF2644

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

Shades of Brick Red #BF2644

Tints of Brick Red #BF2644

Color information

#BF2644 (or 0xBF2644) is unknown color: approx Brick Red. HEX triplet: BF, 26 and 44. RGB value is (191,38,68). Sum of RGB (Red+Green+Blue) = 191+38+68=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2644 is #40D9BB. Grayscale: #575757. Windows color (decimal): -4250044 or 4466367. OLE color: 4466367.

HSL color Cylindrical-coordinate representation of color #BF2644: hue angle of 348.24º 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 #BF2644 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1913868-
CMYK00.800.640.25
HSL348.24º66.81%44.9%-
HSV(B)348.24º80.1%74.9%-
XYZ23.2212.886.73-
YUV87.17117.19202.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.31%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=64.31%
G=12.79%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191386800.800.640.25348.2466.8144.9
HexBF2644050401915c432d
Octal2774610401201003153410355
Binary101111111001101000100010100001000000110011010111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2644; }

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

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

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

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

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

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

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

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