#B11A22

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

Shades of Fire Engine Red #B11A22

Tints of Fire Engine Red #B11A22

Color information

#B11A22 (or 0xB11A22) is unknown color: approx Fire Engine Red. HEX triplet: B1, 1A and 22. RGB value is (177,26,34). Sum of RGB (Red+Green+Blue) = 177+26+34=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A22 is #4EE5DD. Grayscale: #484848. Windows color (decimal): -5170654 or 2235057. OLE color: 2235057.

HSL color Cylindrical-coordinate representation of color #B11A22: hue angle of 356.82º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A22 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1772634-
CMYK00.850.810.31
HSL356.82º74.38%39.8%-
HSV(B)356.82º85.31%69.41%-
XYZ18.7910.22.49-
YUV72.06106.53202.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.68%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=74.68%
G=10.97%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177263400.850.810.31356.8274.3839.8
HexB11A22055511F1654a28
Octal261324201251213754511250
Binary1011000111010100010010101011010001111111011001011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A22; }

 p { color: rgb(177,26,34); }

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

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

 a { background-color: rgb(177,26,34); }

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

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

 span { border-color: rgb(177,26,34); }

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