#BF2625

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

Shades of Fire Brick #BF2625

Tints of Fire Brick #BF2625

Color information

#BF2625 (or 0xBF2625) is unknown color: approx Fire Brick. HEX triplet: BF, 26 and 25. RGB value is (191,38,37). Sum of RGB (Red+Green+Blue) = 191+38+37=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2625 is #40D9DA. Grayscale: #535353. Windows color (decimal): -4250075 or 2434751. OLE color: 2434751.

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

Color convert

RGB1913837-
CMYK00.800.810.25
HSL0.39º67.54%44.71%-
HSV(B)0.39º80.63%74.9%-
XYZ22.5112.63-
YUV83.63101.69204.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.80%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 37 (14.84% from 255) = 13.91%
R=71.80%
G=14.29%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191383700.800.810.250.3967.5444.71
HexBF262505051190442d
Octal2774645012012131010455
Binary101111111001101001010101000010100011100101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2625; }

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

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

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

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

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

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

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

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