#BA181A

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

Shades of Fire Engine Red #BA181A

Tints of Fire Engine Red #BA181A

Color information

#BA181A (or 0xBA181A) is unknown color: approx Fire Engine Red. HEX triplet: BA, 18 and 1A. RGB value is (186,24,26). Sum of RGB (Red+Green+Blue) = 186+24+26=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA181A is #45E7E5. Grayscale: #484848. Windows color (decimal): -4581350 or 1710266. OLE color: 1710266.

HSL color Cylindrical-coordinate representation of color #BA181A: hue angle of 359.26º degrees, saturation: 0.77, 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 #BA181A is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1862426-
CMYK00.870.860.27
HSL359.26º77.14%41.18%-
HSV(B)359.26º87.1%72.94%-
XYZ20.7611.172.04-
YUV72.67101.67208.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.81%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=78.81%
G=10.17%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186242600.870.860.27359.2677.1441.18
HexBA181A057561B1674d29
Octal272303201271263354711551
Binary101110101100011010010101111010110110111011001111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA181A; }

 p { color: rgb(186,24,26); }

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

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

 a { background-color: rgb(186,24,26); }

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

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

 span { border-color: rgb(186,24,26); }

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