#BF2626

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

Shades of Fire Brick #BF2626

Tints of Fire Brick #BF2626

Color information

#BF2626 (or 0xBF2626) is unknown color: approx Fire Brick. HEX triplet: BF, 26 and 26. RGB value is (191,38,38). Sum of RGB (Red+Green+Blue) = 191+38+38=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2626 is #40D9D9. Grayscale: #535353. Windows color (decimal): -4250074 or 2500287. OLE color: 2500287.

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

Color convert

RGB1913838-
CMYK00.800.800.25
HSL66.81%44.9%-
HSV(B)80.1%74.9%-
XYZ22.5312.63.08-
YUV83.75102.19204.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.54%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=71.54%
G=14.23%
B=14.23%

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
Decimal191383800.800.800.25066.8144.9
HexBF262605050190432d
Octal2774646012012031010355
Binary101111111001101001100101000010100001100101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2626; }

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

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

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

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

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

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

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

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