#BF1816

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

Shades of Fire Brick #BF1816

Tints of Fire Brick #BF1816

Color information

#BF1816 (or 0xBF1816) is unknown color: approx Fire Brick. HEX triplet: BF, 18 and 16. RGB value is (191,24,22). Sum of RGB (Red+Green+Blue) = 191+24+22=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1816 is #40E7E9. Grayscale: #494949. Windows color (decimal): -4253674 or 1448127. OLE color: 1448127.

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

Color convert

RGB1912422-
CMYK00.870.880.25
HSL0.71º79.34%41.76%-
HSV(B)0.71º88.48%74.9%-
XYZ21.9611.791.88-
YUV73.798.83211.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.59%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=80.59%
G=10.13%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191242200.870.880.250.7179.3441.76
HexBF1816057581914f2a
Octal2773026012713031111752
Binary1011111111000101100101011110110001100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1816; }

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

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

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

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

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

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

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

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