#BA1922

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

Shades of Fire Engine Red #BA1922

Tints of Fire Engine Red #BA1922

Color information

#BA1922 (or 0xBA1922) is unknown color: approx Fire Engine Red. HEX triplet: BA, 19 and 22. RGB value is (186,25,34). Sum of RGB (Red+Green+Blue) = 186+25+34=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1922 is #45E6DD. Grayscale: #4A4A4A. Windows color (decimal): -4581086 or 2234810. OLE color: 2234810.

HSL color Cylindrical-coordinate representation of color #BA1922: hue angle of 356.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1922 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1862534-
CMYK00.870.820.27
HSL356.65º76.3%41.37%-
HSV(B)356.65º86.56%72.94%-
XYZ20.8911.252.58-
YUV74.17105.34207.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.92%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=75.92%
G=10.20%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186253400.870.820.27356.6576.341.37
HexBA1922057521B1654c29
Octal272314201271223354511451
Binary1011101011001100010010101111010010110111011001011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1922; }

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

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

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

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

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

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

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

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