#BF1126

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

Shades of Fire Engine Red #BF1126

Tints of Fire Engine Red #BF1126

Color information

#BF1126 (or 0xBF1126) is unknown color: approx Fire Engine Red. HEX triplet: BF, 11 and 26. RGB value is (191,17,38). Sum of RGB (Red+Green+Blue) = 191+17+38=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1126 is #40EED9. Grayscale: #474747. Windows color (decimal): -4255450 or 2494911. OLE color: 2494911.

HSL color Cylindrical-coordinate representation of color #BF1126: hue angle of 352.76º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1126 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1911738-
CMYK00.910.800.25
HSL352.76º83.65%40.78%-
HSV(B)352.76º91.1%74.9%-
XYZ22.0411.622.91-
YUV71.42109.15213.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.64%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=77.64%
G=6.91%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191173800.910.800.25352.7683.6540.78
HexBF112605B50191615429
Octal277214601331203154112451
Binary1011111110001100110010110111010000110011011000011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1126; }

 p { color: rgb(191,17,38); }

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

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

 a { background-color: rgb(191,17,38); }

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

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

 span { border-color: rgb(191,17,38); }

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