#BF1616

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

Shades of Fire Brick #BF1616

Tints of Fire Brick #BF1616

Color information

#BF1616 (or 0xBF1616) is unknown color: approx Fire Brick. HEX triplet: BF, 16 and 16. RGB value is (191,22,22). Sum of RGB (Red+Green+Blue) = 191+22+22=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1616 is #40E9E9. Grayscale: #484848. Windows color (decimal): -4254186 or 1447615. OLE color: 1447615.

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

Color convert

RGB1912222-
CMYK00.880.880.25
HSL79.34%41.76%-
HSV(B)88.48%74.9%-
XYZ21.9211.711.86-
YUV72.5399.49212.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.28%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=81.28%
G=9.36%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191222200.880.880.25079.3441.76
HexBF1616058581904f2a
Octal2772626013013031011752
Binary1011111110110101100101100010110001100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1616; }

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

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

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

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

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

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

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

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