#B11624

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

Shades of Fire Engine Red #B11624

Tints of Fire Engine Red #B11624

Color information

#B11624 (or 0xB11624) is unknown color: approx Fire Engine Red. HEX triplet: B1, 16 and 24. RGB value is (177,22,36). Sum of RGB (Red+Green+Blue) = 177+22+36=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B11624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11624 is #4EE9DB. Grayscale: #464646. Windows color (decimal): -5171676 or 2365105. OLE color: 2365105.

HSL color Cylindrical-coordinate representation of color #B11624: hue angle of 354.58º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11624 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1772236-
CMYK00.880.800.31
HSL354.58º77.89%39.02%-
HSV(B)354.58º87.57%69.41%-
XYZ18.7410.052.62-
YUV69.94108.85204.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.32%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=75.32%
G=9.36%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177223600.880.800.31354.5877.8939.02
HexB11624058501F1634e27
Octal261264401301203754311647
Binary1011000110110100100010110001010000111111011000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11624; }

 p { color: rgb(177,22,36); }

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

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

 a { background-color: rgb(177,22,36); }

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

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

 span { border-color: rgb(177,22,36); }

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