#B91A1C

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

Shades of Fire Engine Red #B91A1C

Tints of Fire Engine Red #B91A1C

Color information

#B91A1C (or 0xB91A1C) is unknown color: approx Fire Engine Red. HEX triplet: B9, 1A and 1C. RGB value is (185,26,28). Sum of RGB (Red+Green+Blue) = 185+26+28=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91A1C is #46E5E3. Grayscale: #494949. Windows color (decimal): -4646372 or 1841849. OLE color: 1841849.

HSL color Cylindrical-coordinate representation of color #B91A1C: hue angle of 359.25º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91A1C is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1852628-
CMYK00.860.850.27
HSL359.25º75.36%41.37%-
HSV(B)359.25º85.95%72.55%-
XYZ20.5911.142.16-
YUV73.77102.18207.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.41%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 28 (11.33% from 255) = 11.72%
R=77.41%
G=10.88%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185262800.860.850.27359.2575.3641.37
HexB91A1C056551B1674b29
Octal271323401261253354711351
Binary101110011101011100010101101010101110111011001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91A1C; }

 p { color: rgb(185,26,28); }

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

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

 a { background-color: rgb(185,26,28); }

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

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

 span { border-color: rgb(185,26,28); }

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