#BF2118

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

Shades of Fire Brick #BF2118

Tints of Fire Brick #BF2118

Color information

#BF2118 (or 0xBF2118) is unknown color: approx Fire Brick. HEX triplet: BF, 21 and 18. RGB value is (191,33,24). Sum of RGB (Red+Green+Blue) = 191+33+24=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2118 is #40DEE7. Grayscale: #4F4F4F. Windows color (decimal): -4251368 or 1581503. OLE color: 1581503.

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

Color convert

RGB1913324-
CMYK00.830.870.25
HSL3.23º77.67%42.16%-
HSV(B)3.23º87.43%74.9%-
XYZ22.1912.232.05-
YUV79.2296.85207.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=77.02%
G=13.31%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191332400.830.870.253.2377.6742.16
HexBF2118053571934e2a
Octal2774130012312731311652
Binary101111111000011100001010011101011111001111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2118; }

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

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

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

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

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

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

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

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