#B91A24

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

Shades of Fire Engine Red #B91A24

Tints of Fire Engine Red #B91A24

Color information

#B91A24 (or 0xB91A24) is unknown color: approx Fire Engine Red. HEX triplet: B9, 1A and 24. RGB value is (185,26,36). Sum of RGB (Red+Green+Blue) = 185+26+36=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91A24 is #46E5DB. Grayscale: #4A4A4A. Windows color (decimal): -4646364 or 2366137. OLE color: 2366137.

HSL color Cylindrical-coordinate representation of color #B91A24: hue angle of 356.23º 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 #B91A24 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1852636-
CMYK00.860.810.27
HSL356.23º75.36%41.37%-
HSV(B)356.23º85.95%72.55%-
XYZ20.711.182.74-
YUV74.68106.18206.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74.90%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 36 (14.45% from 255) = 14.57%
R=74.90%
G=10.53%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185263600.860.810.27356.2375.3641.37
HexB91A24056511B1644b29
Octal271324401261213354411351
Binary1011100111010100100010101101010001110111011001001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91A24; }

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

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

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

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

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

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

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

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