#BA2022

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

Shades of Fire Engine Red #BA2022

Tints of Fire Engine Red #BA2022

Color information

#BA2022 (or 0xBA2022) is unknown color: approx Fire Engine Red. HEX triplet: BA, 20 and 22. RGB value is (186,32,34). Sum of RGB (Red+Green+Blue) = 186+32+34=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2022 is #45DFDD. Grayscale: #4E4E4E. Windows color (decimal): -4579294 or 2236602. OLE color: 2236602.

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

Color convert

RGB1863234-
CMYK00.830.820.27
HSL359.22º70.64%42.75%-
HSV(B)359.22º82.8%72.94%-
XYZ21.0511.592.64-
YUV78.27103.02204.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.81%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 34 (13.67% from 255) = 13.49%
R=73.81%
G=12.70%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186323400.830.820.27359.2270.6442.75
HexBA2022053521B167472b
Octal272404201231223354710753
Binary10111010100000100010010100111010010110111011001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2022; }

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

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

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

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

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

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

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

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