#BF2422

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

Shades of Fire Brick #BF2422

Tints of Fire Brick #BF2422

Color information

#BF2422 (or 0xBF2422) is unknown color: approx Fire Brick. HEX triplet: BF, 24 and 22. RGB value is (191,36,34). Sum of RGB (Red+Green+Blue) = 191+36+34=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2422 is #40DBDD. Grayscale: #525252. Windows color (decimal): -4250590 or 2237631. OLE color: 2237631.

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

Color convert

RGB1913634-
CMYK00.810.820.25
HSL0.76º69.78%44.12%-
HSV(B)0.76º82.2%74.9%-
XYZ22.4112.452.74-
YUV82.12100.85205.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.18%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 34 (13.67% from 255) = 13.03%
R=73.18%
G=13.79%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191363400.810.820.250.7669.7844.12
HexBF242205152191462c
Octal2774442012112231110654
Binary101111111001001000100101000110100101100111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2422; }

 p { color: rgb(191,36,34); }

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

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

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

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

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

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

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