#B11A1E

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

Shades of Fire Engine Red #B11A1E

Tints of Fire Engine Red #B11A1E

Color information

#B11A1E (or 0xB11A1E) is unknown color: approx Fire Engine Red. HEX triplet: B1, 1A and 1E. RGB value is (177,26,30). Sum of RGB (Red+Green+Blue) = 177+26+30=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A1E is #4EE5E1. Grayscale: #474747. Windows color (decimal): -5170658 or 1972913. OLE color: 1972913.

HSL color Cylindrical-coordinate representation of color #B11A1E: hue angle of 358.41º 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 #B11A1E is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1772630-
CMYK00.850.830.31
HSL358.41º74.38%39.8%-
HSV(B)358.41º85.31%69.41%-
XYZ18.7410.182.21-
YUV71.6104.53203.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=75.97%
G=11.16%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177263000.850.830.31358.4174.3839.8
HexB11A1E055531F1664a28
Octal261323601251233754611250
Binary101100011101011110010101011010011111111011001101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A1E; }

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

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

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

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

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

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

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

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