#BF1716

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

Shades of Fire Brick #BF1716

Tints of Fire Brick #BF1716

Color information

#BF1716 (or 0xBF1716) is unknown color: approx Fire Brick. HEX triplet: BF, 17 and 16. RGB value is (191,23,22). Sum of RGB (Red+Green+Blue) = 191+23+22=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1716 is #40E8E9. Grayscale: #494949. Windows color (decimal): -4253930 or 1447871. OLE color: 1447871.

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

Color convert

RGB1912322-
CMYK00.880.880.25
HSL0.36º79.34%41.76%-
HSV(B)0.36º88.48%74.9%-
XYZ21.9411.751.87-
YUV73.1299.16212.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.93%
GREEN value IS 23 (9.38% from 255) = 9.75%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=80.93%
G=9.75%
B=9.32%

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
Decimal191232200.880.880.250.3679.3441.76
HexBF1716058581904f2a
Octal2772726013013031011752
Binary1011111110111101100101100010110001100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1716; }

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

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

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

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

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

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

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

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