#BF2316

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

Shades of Fire Brick #BF2316

Tints of Fire Brick #BF2316

Color information

#BF2316 (or 0xBF2316) is unknown color: approx Fire Brick. HEX triplet: BF, 23 and 16. RGB value is (191,35,22). Sum of RGB (Red+Green+Blue) = 191+35+22=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2316 is #40DCE9. Grayscale: #505050. Windows color (decimal): -4250858 or 1450943. OLE color: 1450943.

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

Color convert

RGB1913522-
CMYK00.820.880.25
HSL4.62º79.34%41.76%-
HSV(B)4.62º88.48%74.9%-
XYZ22.2312.341.97-
YUV80.1695.18207.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 35 (14.06% from 255) = 14.11%
BLUE value IS 22 (8.98% from 255) = 8.87%
R=77.02%
G=14.11%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191352200.820.880.254.6279.3441.76
HexBF2316052581954f2a
Octal2774326012213031511752
Binary1011111110001110110010100101011000110011011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2316; }

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

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

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

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

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

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

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

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