#BA1129

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

Shades of Fire Engine Red #BA1129

Tints of Fire Engine Red #BA1129

Color information

#BA1129 (or 0xBA1129) is unknown color: approx Fire Engine Red. HEX triplet: BA, 11 and 29. RGB value is (186,17,41). Sum of RGB (Red+Green+Blue) = 186+17+41=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1129 is #45EED6. Grayscale: #464646. Windows color (decimal): -4583127 or 2691514. OLE color: 2691514.

HSL color Cylindrical-coordinate representation of color #BA1129: hue angle of 351.48º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1129 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1861741-
CMYK00.910.780.27
HSL351.48º83.25%39.8%-
HSV(B)351.48º90.86%72.94%-
XYZ20.85113.12-
YUV70.27111.49210.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.23%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 41 (16.41% from 255) = 16.80%
R=76.23%
G=6.97%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186174100.910.780.27351.4883.2539.8
HexBA112905B4E1B15f5328
Octal272215101331163353712350
Binary1011101010001101001010110111001110110111010111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1129; }

 p { color: rgb(186,17,41); }

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

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

 a { background-color: rgb(186,17,41); }

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

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

 span { border-color: rgb(186,17,41); }

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