#BA1524

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

Shades of Fire Engine Red #BA1524

Tints of Fire Engine Red #BA1524

Color information

#BA1524 (or 0xBA1524) is unknown color: approx Fire Engine Red. HEX triplet: BA, 15 and 24. RGB value is (186,21,36). Sum of RGB (Red+Green+Blue) = 186+21+36=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1524 is #45EADB. Grayscale: #484848. Windows color (decimal): -4582108 or 2364858. OLE color: 2364858.

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

Color convert

RGB1862136-
CMYK00.890.810.27
HSL354.55º79.71%40.59%-
HSV(B)354.55º88.71%72.94%-
XYZ20.8411.12.71-
YUV72.04107.66209.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 76.54%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 36 (14.45% from 255) = 14.81%
R=76.54%
G=8.64%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186213600.890.810.27354.5579.7140.59
HexBA1524059511B1635029
Octal272254401311213354312051
Binary1011101010101100100010110011010001110111011000111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1524; }

 p { color: rgb(186,21,36); }

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

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

 a { background-color: rgb(186,21,36); }

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

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

 span { border-color: rgb(186,21,36); }

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