#BF2525

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

Shades of Fire Brick #BF2525

Tints of Fire Brick #BF2525

Color information

#BF2525 (or 0xBF2525) is unknown color: approx Fire Brick. HEX triplet: BF, 25 and 25. RGB value is (191,37,37). Sum of RGB (Red+Green+Blue) = 191+37+37=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2525 is #40DADA. Grayscale: #535353. Windows color (decimal): -4250331 or 2434495. OLE color: 2434495.

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

Color convert

RGB1913737-
CMYK00.810.810.25
HSL67.54%44.71%-
HSV(B)80.63%74.9%-
XYZ22.4812.532.98-
YUV83.05102.02205-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 72.08%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=72.08%
G=13.96%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191373700.810.810.25067.5444.71
HexBF252505151190442d
Octal2774545012112131010455
Binary101111111001011001010101000110100011100101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2525; }

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

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

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

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

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

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

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

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