#B91522

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

Shades of Fire Engine Red #B91522

Tints of Fire Engine Red #B91522

Color information

#B91522 (or 0xB91522) is unknown color: approx Fire Engine Red. HEX triplet: B9, 15 and 22. RGB value is (185,21,34). Sum of RGB (Red+Green+Blue) = 185+21+34=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B91522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91522 is #46EADD. Grayscale: #474747. Windows color (decimal): -4647646 or 2233785. OLE color: 2233785.

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

Color convert

RGB1852134-
CMYK00.890.820.27
HSL355.24º79.61%40.39%-
HSV(B)355.24º88.65%72.55%-
XYZ20.5610.972.55-
YUV71.52106.83208.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.08%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 34 (13.67% from 255) = 14.17%
R=77.08%
G=8.75%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185213400.890.820.27355.2479.6140.39
HexB91522059521B1635028
Octal271254201311223354312050
Binary1011100110101100010010110011010010110111011000111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91522; }

 p { color: rgb(185,21,34); }

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

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

 a { background-color: rgb(185,21,34); }

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

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

 span { border-color: rgb(185,21,34); }

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