#BF1B14

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

Shades of Fire Brick #BF1B14

Tints of Fire Brick #BF1B14

Color information

#BF1B14 (or 0xBF1B14) is unknown color: approx Fire Brick. HEX triplet: BF, 1B and 14. RGB value is (191,27,20). Sum of RGB (Red+Green+Blue) = 191+27+20=238 (31% of max value = 765). Red value is 191 (75% from 255 or 80.25% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1B14 is #40E4EB. Grayscale: #4B4B4B. Windows color (decimal): -4252908 or 1317823. OLE color: 1317823.

HSL color Cylindrical-coordinate representation of color #BF1B14: hue angle of 2.46º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1B14 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1912720-
CMYK00.860.900.25
HSL2.46º81.04%41.37%-
HSV(B)2.46º89.53%74.9%-
XYZ2211.911.8-
YUV75.2496.83210.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.25%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 20 (8.20% from 255) = 8.40%
R=80.25%
G=11.34%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191272000.860.900.252.4681.0441.37
HexBF1B140565A1925129
Octal2773324012613231212151
Binary10111111110111010001010110101101011001101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1B14; }

 p { color: rgb(191,27,20); }

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

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

 a { background-color: rgb(191,27,20); }

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

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

 span { border-color: rgb(191,27,20); }

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