#BF2726

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

Shades of Fire Brick #BF2726

Tints of Fire Brick #BF2726

Color information

#BF2726 (or 0xBF2726) is unknown color: approx Fire Brick. HEX triplet: BF, 27 and 26. RGB value is (191,39,38). Sum of RGB (Red+Green+Blue) = 191+39+38=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2726 is #40D8D9. Grayscale: #545454. Windows color (decimal): -4249818 or 2500543. OLE color: 2500543.

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

Color convert

RGB1913938-
CMYK00.800.800.25
HSL0.39º66.81%44.9%-
HSV(B)0.39º80.1%74.9%-
XYZ22.5612.673.09-
YUV84.33101.86204.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.27%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=71.27%
G=14.55%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191393800.800.800.250.3966.8144.9
HexBF272605050190432d
Octal2774746012012031010355
Binary101111111001111001100101000010100001100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2726; }

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

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

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

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

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

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

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

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