#B91A23

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

Shades of Fire Engine Red #B91A23

Tints of Fire Engine Red #B91A23

Color information

#B91A23 (or 0xB91A23) is unknown color: approx Fire Engine Red. HEX triplet: B9, 1A and 23. RGB value is (185,26,35). Sum of RGB (Red+Green+Blue) = 185+26+35=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91A23 is #46E5DC. Grayscale: #4A4A4A. Windows color (decimal): -4646365 or 2300601. OLE color: 2300601.

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

Color convert

RGB1852635-
CMYK00.860.810.27
HSL356.6º75.36%41.37%-
HSV(B)356.6º85.95%72.55%-
XYZ20.6811.172.66-
YUV74.57105.68206.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.20%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 35 (14.06% from 255) = 14.23%
R=75.20%
G=10.57%
B=14.23%

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
Decimal185263500.860.810.27356.675.3641.37
HexB91A23056511B1654b29
Octal271324301261213354511351
Binary1011100111010100011010101101010001110111011001011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91A23; }

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

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

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

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

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

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

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

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