#BA1422

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

Shades of Fire Engine Red #BA1422

Tints of Fire Engine Red #BA1422

Color information

#BA1422 (or 0xBA1422) is unknown color: approx Fire Engine Red. HEX triplet: BA, 14 and 22. RGB value is (186,20,34). Sum of RGB (Red+Green+Blue) = 186+20+34=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1422 is #45EBDD. Grayscale: #474747. Windows color (decimal): -4582366 or 2233530. OLE color: 2233530.

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

Color convert

RGB1862034-
CMYK00.890.820.27
HSL354.94º80.58%40.39%-
HSV(B)354.94º89.25%72.94%-
XYZ20.7911.052.55-
YUV71.23107209.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.5%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 34 (13.67% from 255) = 14.17%
R=77.5%
G=8.33%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186203400.890.820.27354.9480.5840.39
HexBA1422059521B1635128
Octal272244201311223354312150
Binary1011101010100100010010110011010010110111011000111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1422; }

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

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

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

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

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

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

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

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