#BA1122

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

Shades of Fire Engine Red #BA1122

Tints of Fire Engine Red #BA1122

Color information

#BA1122 (or 0xBA1122) is unknown color: approx Fire Engine Red. HEX triplet: BA, 11 and 22. RGB value is (186,17,34). Sum of RGB (Red+Green+Blue) = 186+17+34=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1122 is #45EEDD. Grayscale: #454545. Windows color (decimal): -4583134 or 2232762. OLE color: 2232762.

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

Color convert

RGB1861734-
CMYK00.910.820.27
HSL353.96º83.25%39.8%-
HSV(B)353.96º90.86%72.94%-
XYZ20.7410.962.53-
YUV69.47107.99211.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 17 (7.03% from 255) = 7.17%
BLUE value IS 34 (13.67% from 255) = 14.35%
R=78.48%
G=7.17%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186173400.910.820.27353.9683.2539.8
HexBA112205B521B1625328
Octal272214201331223354212350
Binary1011101010001100010010110111010010110111011000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1122; }

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

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

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

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

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

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

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

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