#BA191E

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

Shades of Fire Engine Red #BA191E

Tints of Fire Engine Red #BA191E

Color information

#BA191E (or 0xBA191E) is unknown color: approx Fire Engine Red. HEX triplet: BA, 19 and 1E. RGB value is (186,25,30). Sum of RGB (Red+Green+Blue) = 186+25+30=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA191E is #45E6E1. Grayscale: #494949. Windows color (decimal): -4581090 or 1972666. OLE color: 1972666.

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

Color convert

RGB1862530-
CMYK00.870.840.27
HSL358.14º76.3%41.37%-
HSV(B)358.14º86.56%72.94%-
XYZ20.8311.232.3-
YUV73.71103.34208.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.18%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=77.18%
G=10.37%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186253000.870.840.27358.1476.341.37
HexBA191E057541B1664c29
Octal272313601271243354611451
Binary101110101100111110010101111010100110111011001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA191E; }

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

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

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

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

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

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

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

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