#BF2E26

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

Shades of Fire Brick #BF2E26

Tints of Fire Brick #BF2E26

Color information

#BF2E26 (or 0xBF2E26) is unknown color: approx Fire Brick. HEX triplet: BF, 2E and 26. RGB value is (191,46,38). Sum of RGB (Red+Green+Blue) = 191+46+38=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E26 is #40D1D9. Grayscale: #585858. Windows color (decimal): -4248026 or 2502335. OLE color: 2502335.

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

Color convert

RGB1914638-
CMYK00.760.800.25
HSL3.14º66.81%44.9%-
HSV(B)3.14º80.1%74.9%-
XYZ22.8113.173.17-
YUV88.4499.54201.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.45%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=69.45%
G=16.73%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191463800.760.800.253.1466.8144.9
HexBF2E2604C50193432d
Octal2775646011412031310355
Binary1011111110111010011001001100101000011001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E26; }

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

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

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

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

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

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

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

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