#BA1726

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

Shades of Fire Engine Red #BA1726

Tints of Fire Engine Red #BA1726

Color information

#BA1726 (or 0xBA1726) is unknown color: approx Fire Engine Red. HEX triplet: BA, 17 and 26. RGB value is (186,23,38). Sum of RGB (Red+Green+Blue) = 186+23+38=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1726 is #45E8D9. Grayscale: #494949. Windows color (decimal): -4581594 or 2496442. OLE color: 2496442.

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

Color convert

RGB1862338-
CMYK00.880.800.27
HSL354.48º77.99%40.98%-
HSV(B)354.48º87.63%72.94%-
XYZ20.9111.192.89-
YUV73.45108208.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.30%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=75.30%
G=9.31%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186233800.880.800.27354.4877.9940.98
HexBA1726058501B1624e29
Octal272274601301203354211651
Binary1011101010111100110010110001010000110111011000101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1726; }

 p { color: rgb(186,23,38); }

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

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

 a { background-color: rgb(186,23,38); }

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

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

 span { border-color: rgb(186,23,38); }

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