#BF2214

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

Shades of Fire Brick #BF2214

Tints of Fire Brick #BF2214

Color information

#BF2214 (or 0xBF2214) is unknown color: approx Fire Brick. HEX triplet: BF, 22 and 14. RGB value is (191,34,20). Sum of RGB (Red+Green+Blue) = 191+34+20=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2214 is #40DDEB. Grayscale: #4F4F4F. Windows color (decimal): -4251116 or 1319615. OLE color: 1319615.

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

Color convert

RGB1913420-
CMYK00.820.900.25
HSL4.91º81.04%41.37%-
HSV(B)4.91º89.53%74.9%-
XYZ22.1812.271.86-
YUV79.3594.51207.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.96%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=77.96%
G=13.88%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191342000.820.900.254.9181.0441.37
HexBF22140525A1955129
Octal2774224012213231512151
Binary1011111110001010100010100101011010110011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2214; }

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

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

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

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

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

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

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

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