#B91426

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

Shades of Fire Engine Red #B91426

Tints of Fire Engine Red #B91426

Color information

#B91426 (or 0xB91426) is unknown color: approx Fire Engine Red. HEX triplet: B9, 14 and 26. RGB value is (185,20,38). Sum of RGB (Red+Green+Blue) = 185+20+38=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B91426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91426 is #46EBD9. Grayscale: #474747. Windows color (decimal): -4647898 or 2495673. OLE color: 2495673.

HSL color Cylindrical-coordinate representation of color #B91426: hue angle of 353.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91426 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1852038-
CMYK00.890.790.27
HSL353.45º80.49%40.2%-
HSV(B)353.45º89.19%72.55%-
XYZ20.6110.952.86-
YUV71.39109.16209.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.13%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=76.13%
G=8.23%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185203800.890.790.27353.4580.4940.2
HexB914260594F1B1615028
Octal271244601311173354112050
Binary1011100110100100110010110011001111110111011000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91426; }

 p { color: rgb(185,20,38); }

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

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

 a { background-color: rgb(185,20,38); }

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

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

 span { border-color: rgb(185,20,38); }

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