#BF2116

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

Shades of Fire Brick #BF2116

Tints of Fire Brick #BF2116

Color information

#BF2116 (or 0xBF2116) is unknown color: approx Fire Brick. HEX triplet: BF, 21 and 16. RGB value is (191,33,22). Sum of RGB (Red+Green+Blue) = 191+33+22=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2116 is #40DEE9. Grayscale: #4F4F4F. Windows color (decimal): -4251370 or 1450431. OLE color: 1450431.

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

Color convert

RGB1913322-
CMYK00.830.880.25
HSL3.91º79.34%41.76%-
HSV(B)3.91º88.48%74.9%-
XYZ22.1712.221.95-
YUV78.9995.85207.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.64%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=77.64%
G=13.41%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191332200.830.880.253.9179.3441.76
HexBF2116053581944f2a
Octal2774126012313031411752
Binary1011111110000110110010100111011000110011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2116; }

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

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

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

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

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

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

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

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